Loading Tool

Explorer IconExplorer

Memory Pool

80,124 transactions
29.86 vMB
0.07552639 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt daf218736f9b85774ca0c655d48bbf64d8a7fde8dc17f5cbf3304aea291b47ef
Version 20000000
Previous Block 0000000000000000000186bfb192e08305a7c150b4fc05a0643f576b085496a7
Merkle Root c8d24f503d4468325fb7f37253c77039b5d4880a9674914125cac02c6096b241
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,849
Size: 1.00 vMB
Total Fees: 0.01457610 BTC
Feerates: 241.10 > 1.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,992 (518,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,992 396,992 0000000000000000050ff70b607a8200b9bfa0339ca9afbc55a45bdab94821a0 1,482 0.69/1.00 vMB 34
396,991 396,991 0000000000000000012adf356ae4a31dc685357256c96d058248904164234305 146 0.11/1.00 vMB 13
396,990 396,990 000000000000000002b057ac869b136e48f0c93e37ab2c1578a20cecc20f0b5f 647 0.99/1.00 vMB 12
396,989 396,989 0000000000000000061714f1270095e32c3a29e8e82b0848da2e0fc39b278263 344 0.47/1.00 vMB 8
396,988 396,988 000000000000000008f983f222c39d15f1e7c79cff94acc98c89fef84f1a92c9 123 0.05/1.00 vMB 35
396,987 396,987 0000000000000000065610fb9e1a355c24d8caa79c0cb342277eb177dd6f8a4f 674 0.35/1.00 vMB 32
396,986 396,986 000000000000000001be3118d3d5a47aad108b1f40914ccf1e67f929341c5fdd 230 0.20/1.00 vMB 13
396,985 396,985 00000000000000000363f9a5f6d47bb98cad01be81c9cb4d3cecbfefeaa7e7d7 578 0.27/1.00 vMB 34
396,984 396,984 0000000000000000050b3d29e3a4c687f6467c025bddf3979f7e2b728bcad011 494 0.25/1.00 vMB 30
396,983 396,983 0000000000000000001a880756e085a47b380b704fec840619d69e00742e4c41 1,004 0.93/1.00 vMB 20
396,982 396,982 0000000000000000065ce0980472e0f79528fb8c436c907eeee7e7e0b4081d9f 2,147 1.00/1.00 vMB 38
396,981 396,981 0000000000000000009a8deab59c762943e1522a56473151c3f30a73c9a5bc48 1,709 1.00/1.00 vMB 35
396,980 396,980 0000000000000000054ab74689ddff46185a1d33e8aecca7fa3e0390a2d544fd 531 0.36/1.00 vMB 25
396,979 396,979 00000000000000000176aca74fb7b0e7e56d216f36b46c587211eb34695e501d 2,015 0.99/1.00 vMB 32
396,978 396,978 000000000000000008964a970e515ac597cb2a725e2e912593258b7d81ad2d13 1,576 0.64/1.00 vMB 44
396,977 396,977 0000000000000000076d6fbf38d8a0f068704fae73d49a2f53139b3774bf7757 1,065 0.49/1.00 vMB 36
396,976 396,976 000000000000000006d168ea9d8d2b9f1f15c720ed3cb0ae0cc70534104e0ebb 1,381 0.95/1.00 vMB 17
396,975 396,975 0000000000000000031b41ef7aef99346cf402b7ac3d82fd29e3dde3b8ff2143 1,169 0.93/1.00 vMB 23
396,974 396,974 000000000000000008e5c149eddc37f3f3ac8842c968a2bef408a6a7aa8dd619 425 0.38/1.00 vMB 18
396,973 396,973 00000000000000000728021e859bed878c473d522630f8435ea0162395124501 1,641 1.00/1.00 vMB 24
396,972 396,972 000000000000000006c6c64beefb76c3dc9630ec856b2a7a14ac7783c1e10f60 2,055 0.99/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.23 GB
    • Received: 14.96 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.