Loading Tool

Explorer IconExplorer

Memory Pool

81,428 transactions
30.47 vMB
0.11331715 BTC
Random Selection Loading Transactions
Max Size: 183.52/200 MB

Candidate Block

Mining Attempt f5287d82c7aa793ad7e158e11ee216d69bc8865b8589ad5adfc582ccb29656f4
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root e56a299dcd8c5a3cb33370388287cb4a891875290fa78af7f69eefca9b84a54b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.03863153 BTC
Feerates: 180.34 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (273,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,383 641,383 00000000000000000007a9551b9204846f32ccf66ae1cabb6fcd4f370867b13e 2,979 1.00/1.00 vMB 185
641,382 641,382 000000000000000000091ca1d5844b26051551190a44109e50d887536a1d1ff0 2,100 1.00/1.00 vMB 128
641,381 641,381 0000000000000000000f2499b969a85c5baa57afd31ffdaddd31ecf2481421fb 3,185 1.00/1.00 vMB 184
641,380 641,380 0000000000000000000cc530a86f02db3f417453e2597a99e2392e42fc665586 2,807 1.00/1.00 vMB 162
641,379 641,379 0000000000000000000f4159a01ca0ef5e76ea9c463ef8a1be7b3a56ee3b0a78 2,406 1.00/1.00 vMB 137
641,378 641,378 000000000000000000044ec134a8cb7d209c4d5fc193b6d53af76ba2a0508993 2,803 1.00/1.00 vMB 143
641,377 641,377 0000000000000000000c462880e8b7e40c56b6cb9c9bc4d0cd8fd37fa9cc759b 2,860 1.00/1.00 vMB 151
641,376 641,376 000000000000000000005aacabeccca570d61664690aed085345259a5bf55a58 3,171 1.00/1.00 vMB 145
641,375 641,375 000000000000000000046439c91eb0e558f1c11f1ef02402e29d66b4d6b1ad06 1,993 1.00/1.00 vMB 161
641,374 641,374 0000000000000000000b63cfca982d9fec426f0ecfca57c778ef42acb1a41a61 2,918 1.00/1.00 vMB 192
641,373 641,373 00000000000000000002545666a105c69add68cdb495525949decb2369d5fb2e 2,512 1.00/1.00 vMB 164
641,372 641,372 000000000000000000093abddfd8fb52339e502eebe3d3b50d26b4acbe7a7026 2,283 1.00/1.00 vMB 172
641,371 641,371 000000000000000000102ac31fbcd0f567be08cb4852d23d1da1f77ad74d413d 2,692 1.00/1.00 vMB 180
641,370 641,370 000000000000000000103d7ab29ec567e363be74ccb2080af51abe4f6a165745 2,765 1.00/1.00 vMB 180
641,369 641,369 0000000000000000000909e8724c954f4ff1d11dd5379a682301a18be55b809d 2,712 1.00/1.00 vMB 149
641,368 641,368 0000000000000000000362ad4b5fcf4883ebb937554a0fa64c481d539e93f19e 2,715 1.00/1.00 vMB 156
641,367 641,367 000000000000000000109fd301be3b6b0b2a48f9805315a93b290418dfce8402 2,830 1.00/1.00 vMB 165
641,366 641,366 000000000000000000052c673b14d6dd855c2c6f667a025b0cb0632672065355 2,595 1.00/1.00 vMB 205
641,365 641,365 0000000000000000000c9b6f495da67b19b090adb8725518784e93e7b0d83576 2,000 1.00/1.00 vMB 165
641,364 641,364 0000000000000000000da3bca8d037a7b8f4c223eb43559c26a982008f2f7d1d 3,261 1.00/1.00 vMB 172
641,363 641,363 000000000000000000056cd51a1cb10c9ec29e8f3ddf138503caaf6e05b7c2ac 2,811 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.