Loading Tool

Explorer IconExplorer

Memory Pool

16,160 transactions
7.83 vMB
0.02214248 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.18/200 MB

Candidate Block

Mining Attempt 2281411fc530231ea3bedab8bedb6deb0705b7db7ed8c5ec22f7b8a1fa0acaf9
Version 20000000
Previous Block 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2
Merkle Root 2347ca237b2f698ffe1de45819516f5037d764f9630e8b7fbc4916c2f13e5883
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,668
Size: 1.00 vMB
Total Fees: 0.00611219 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,416 (692,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,570 220,570 000000000000014419ddb180178f127511f600556848d1121df8074087641a26 686 0.25 vMB 335
220,569 220,569 00000000000003a12d21614347a2c977beefd0222fbb7f05991b721b6ac0c054 11 0.00 vMB 38
220,568 220,568 0000000000000107ee0dd68c6c7562d46f50b5adececd3009f561099cda0b583 551 0.25 vMB 187
220,567 220,567 000000000000038c5254d259c1f9007badc73fa4f049df3f5f72af7d4c44e447 467 0.30 vMB 204
220,566 220,566 000000000000019e6586672cfe48790d5311772038b8e6ca693c763fdfbec887 579 0.25 vMB 273
220,565 220,565 000000000000003b9c802d84c2f80a4a7e4027b6ddf3c4a289c5bc24ea169d7b 34 0.02 vMB 50
220,564 220,564 0000000000000492799a33a35b7125388ed263c65daf90124da8091837cb6bf5 662 0.25 vMB 222
220,563 220,563 000000000000042210fb0d81fa5f1b3011acd6f6acb2a538dcf07584456252bd 295 0.24 vMB 57
220,562 220,562 0000000000000070c632482af99a0d1106ab999afa40591a29620dcc72c1d608 435 0.25 vMB 141
220,561 220,561 000000000000029b1d50d1875249619b748cb029cc594285ad4c5e008fd38182 398 0.25 vMB 140
220,560 220,560 00000000000000887a582afcc3020801f283f7395409588e5895097aabd6ba20 627 0.25 vMB 192
220,559 220,559 000000000000038c5f4f935de0837b8fdc41bb0fde0db9854671d9c03107eabd 512 0.14 vMB 306
220,558 220,558 00000000000001d9019ac93d553ec47a7b54834a5db37baaf8a5e6f56a14e66f 799 0.25 vMB 314
220,557 220,557 000000000000000aa86d71713ea7bf3c646643f5cbfa4b9d008731df9cd28b74 536 0.25 vMB 217
220,556 220,556 000000000000025b7961b2dfe4615fb3443a3f6facfdd12761f179f27a031f5d 636 0.25 vMB 219
220,555 220,555 000000000000047106d8b6e13bc56c11a2efa1ea8fba66870c917bed226af33f 601 0.26 vMB 222
220,554 220,554 00000000000001f325932997ed15bc0bed2620de531c142d1c7edd4e20565fa2 571 0.30 vMB 187
220,553 220,553 0000000000000358eae8b2c6c9ba86d486bc8aa0faf0431a73ce6ee91daf5d96 224 0.18 vMB 60
220,552 220,552 00000000000003af98580a3e25a73e4764eb31bdd7fa2dc67c39c82ba5a69802 1 0.00 vMB 0
220,551 220,551 0000000000000517e7254abe0a48aa8ab9a04ffcb2fb80d0679fd55ed0be6392 748 0.25 vMB 267
220,550 220,550 000000000000035778e3e94bbc8f51052e429dcec027fafb7a1d41ede1563b4a 347 0.25 vMB 44
Previous 10 blocks ↓
Total Size: 779.59 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: 290.68 GB
    • Received: 1.18 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.