Loading Tool

Explorer IconExplorer

Memory Pool

82,683 transactions
34.57 vMB
0.15705329 BTC
Random Selection Loading Transactions
Max Size: 197.09/200 MB

Candidate Block

Mining Attempt 1ab10bee41a9abb620a9bfe5b00f35db35a0a282f7d5469e15a5fa93ce603a03
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 61fc6e84c1e8762b105a36eb277f574a17a26d087bbf40e0121e80a130c8370e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.03973282 BTC
Feerates: 301.60 > 3.98 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (47,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
867,514 867,514 000000000000000000010bd33c9d90db2d2e8af07bff2299575f1c7573eccba9 4,891 1.00/1.00 vMB 8
867,513 867,513 00000000000000000000a56b3bf5c958daca3db0dba7d44a5fc66fdfda192381 2,990 1.00/1.00 vMB 6
867,512 867,512 000000000000000000006f0fd405623dc78f3e39fd520c4f294c0d646afddbf4 6,473 1.00/1.00 vMB 1
867,511 867,511 00000000000000000001c1c1abac1550a94e2d0c0ada3ff849b6a9f9ead96c1e 4,861 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.10 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: 728.28 GB
    • Received: 18.47 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.