Loading Tool

Explorer IconExplorer

Memory Pool

80,056 transactions
29.99 vMB
0.11030615 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt de5f4bbf53410def2f73efb41a5a5da1bb7afaa3d88891a088f21b2ba7085bc0
Version 20000000
Previous Block 00000000000000000000c28f97d0d0f6d7014302f0ff4cb1282347d049fef91f
Merkle Root f40dcdf6f431b890efb1c82c932eed74ebf1f12ed92681034bf59b469a3fdde3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,296
Size: 1.00 vMB
Total Fees: 0.03113887 BTC
Feerates: 200.00 > 3.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,593 (894,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,489 21,489 00000000bbcad8c21c0074d8d21b6cc6909cb8cfefa735334a99b16b2b4fe991 1 0.00/1.00 vMB 0
21,488 21,488 0000000026ea8130a019e6cde27af183bc9f18bccdc8266300e159ae78f83bf5 1 0.00/1.00 vMB 0
21,487 21,487 00000000349279baf10a4bc71e3ea29c719cff6d3d8a76fe96b3d6e8f24287c7 1 0.00/1.00 vMB 0
21,486 21,486 00000000939c6d3a18f71721dcdcb5ee228f04c86164a2ffbf83c5a42864c14e 1 0.00/1.00 vMB 0
21,485 21,485 00000000a8a35eddff9fb6f003c1f18677add2ace78453e0d386970b92d9790b 1 0.00/1.00 vMB 0
21,484 21,484 0000000038e6df046b90c33386977a4bad5b0975d8ca6ec28ce6283a79f6c5c4 1 0.00/1.00 vMB 0
21,483 21,483 0000000026d8058c5922ad4522c26d6eaa2b87921c6a2410097e4241e7821862 1 0.00/1.00 vMB 0
21,482 21,482 00000000ae1929af9c9aaa4220b4cc8ffc597404b8ce51822f42301fb61b3636 1 0.00/1.00 vMB 0
21,481 21,481 00000000c0f9ca932d59f6f2ca0af5e0170011610062c6c71b01191f87c0650e 1 0.00/1.00 vMB 0
21,480 21,480 0000000050b98a266aa0e0a5d2744430c4a5d9096670f5c865614ee329a88987 1 0.00/1.00 vMB 0
21,479 21,479 000000006b931f476cc04d728d5b3ef46dd80ff53a47083aa478a691609cbb0b 1 0.00/1.00 vMB 0
21,478 21,478 000000003a2881aa76f74ac477648cce00c53805b78bfa0ee0902e8ac1b04d56 1 0.00/1.00 vMB 0
21,477 21,477 000000002e85d0dff42bddc13353bc559ea258508923a4d3457c7258e09c739f 1 0.00/1.00 vMB 0
21,476 21,476 00000000c63fc89fd023cc40b831e251feb590c7e1077fb11ab80f8e3384c40b 1 0.00/1.00 vMB 0
21,475 21,475 00000000daf8c4b2b04af24d5dadc6f9b242388eb5981355a5a9d9c7537a7292 1 0.00/1.00 vMB 0
21,474 21,474 00000000e7719bc070f62dde2b7b368eccc90e59d327550ce70163781dc9d545 1 0.00/1.00 vMB 0
21,473 21,473 0000000040b38d16eafea5de98a29d8a98a7448611311f54a84e54808d27b303 1 0.00/1.00 vMB 0
21,472 21,472 00000000f473b4890eb3127ec6b584247b1fb9d1a52891cd30038acee80edcb2 1 0.00/1.00 vMB 0
21,471 21,471 0000000010c30f0345455db82368d3da9152fa0bd946cd9636151b6e60430ea8 1 0.00/1.00 vMB 0
21,470 21,470 000000001f17453fb7ffcb779d7936803ea3198ae65c5225824f383fade92410 1 0.00/1.00 vMB 0
21,469 21,469 00000000ff38806493a9058b38b8d532f9971c8095c2d80bb6dbe6695f0a22e9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.42 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: 770.43 GB
    • Received: 19.87 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.