Loading Tool

Explorer IconExplorer

Memory Pool

79,316 transactions
30.11 vMB
0.08471524 BTC
Random Selection Loading Transactions
Max Size: 183.40/200 MB

Candidate Block

Mining Attempt f6a2cd930264063fe70fc1e08a8db1d81d4680d7981d50339ef0cd0b8e5055a7
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 83f6f78b57a1fa7fdf419dfa36837f49a484789b7a38aa2da571478d6a00940d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01778949 BTC
Feerates: 300.83 > 1.78 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (47,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,535 867,535 00000000000000000001f7c398ed15c1630fdf16d680e49a838809ef0b58f4b5 5,329 1.00/1.00 vMB 3
867,534 867,534 0000000000000000000206e2c82b7dd36e1854572059db18ad3c66245cd4e8b8 5,095 1.00/1.00 vMB 3
867,533 867,533 00000000000000000002cd0dffaad14258bd0116ac114cab35e51b1d76b60744 7,546 1.00/1.00 vMB 1
867,532 867,532 000000000000000000024729c2915aafa35adf558b0646c6cd85b6a1c6f528ad 5,056 1.00/1.00 vMB 3
867,531 867,531 00000000000000000000aa82a1c20534a3f9e23f3fa01bdc5fdab36864298050 5,205 1.00/1.00 vMB 3
867,530 867,530 00000000000000000000acc553d2445258218dcdb7bd52d8525dbf0227bc7bd6 3,579 1.00/1.00 vMB 3
867,529 867,529 00000000000000000002e13913a07aa1d1b2706fa19c33204de0683bb6420fc9 3,644 1.00/1.00 vMB 5
867,528 867,528 00000000000000000000ef591c828c3b3563469742ae79d8a37d77d20a750a16 7,203 1.00/1.00 vMB 2
867,527 867,527 00000000000000000000742c34194e80ecc6f65ca866813f01223f6aeeef9a0b 4,048 1.00/1.00 vMB 2
867,526 867,526 00000000000000000000fc771d01b481064cdfbff9956d6aa425de242e326f9e 4,386 1.00/1.00 vMB 5
867,525 867,525 00000000000000000001a2ec02f2ee1d5656ceac2aa348520842ec23ead7c8cf 5,790 1.00/1.00 vMB 3
867,524 867,524 00000000000000000002d2a7fec6e356342b3bb80befc7cb5b0a10074e2d3eb1 2,601 1.00/1.00 vMB 6
867,523 867,523 00000000000000000002adcc5d3127c86a46334be2a03151a997bf08d5b04947 6,908 1.00/1.00 vMB 1
867,522 867,522 00000000000000000000501b5851779e1691ca55c4169cdd03d3a0ddeca11c38 3,840 1.00/1.00 vMB 6
867,521 867,521 0000000000000000000108dd9de98da295a5fabc6c747f8131cef223a9eeb6fd 2,385 1.00/1.00 vMB 2
867,520 867,520 000000000000000000006298919663742bd274126625796f8a9d49b4f5e7ca90 3,405 1.00/1.00 vMB 10
867,519 867,519 000000000000000000002d076756e8b838e787485e42b5311c258960ae3649a4 3,685 1.00/1.00 vMB 9
867,518 867,518 00000000000000000002614caf6135d0f91640041b530b08786c4d523e1e3311 3,709 1.00/1.00 vMB 8
867,517 867,517 0000000000000000000043a2959ba382b140f00120d4b8248c81a41adda7c4de 3,726 1.00/1.00 vMB 4
867,516 867,516 00000000000000000002a13c3cc73ff7a9af20bc67a40ffa33b2506f1988195b 2,851 1.00/1.00 vMB 7
867,515 867,515 00000000000000000001c31e3876e6e5b4f73337a2fbf5bdea2d2deba553a770 3,854 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.