Loading Tool

Explorer IconExplorer

Memory Pool

85,600 transactions
31.93 vMB
0.20846436 BTC
Random Selection Loading Transactions
Max Size: 190.94/200 MB

Candidate Block

Mining Attempt 32e89d4d6210f3560b2b30c8081cc4c25b8bea2de1038fd13800d312023fbdb6
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9f5e773436bdaf7fb5678113a2ffbca6d2971232e761fdc91f5330862b5d0c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.09430489 BTC
Feerates: 529.10 > 9.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (395,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,643 519,643 00000000000000000023bd7c325e96d074702760ef3b5a0a53ecfe64bc885a34 2,453 1.00/1.00 vMB 48
519,642 519,642 0000000000000000002ea8b071c904d8e4ff14833ce8394048549a368846ebd5 2,350 0.82/1.00 vMB 24
519,641 519,641 0000000000000000003fe62782061346bf61476613bb72ca302d8a7ef968a5f4 553 0.19/1.00 vMB 20
519,640 519,640 00000000000000000016af6bd10331eee65ba5e341377152df239b285d198e07 996 0.30/1.00 vMB 27
519,639 519,639 00000000000000000012c3f835974122d261bb54468f976f8530c6eb6eaea0f7 1,138 0.43/1.00 vMB 28
519,638 519,638 00000000000000000046b5b7ebdb26ae0466b625b96c299300db3bdaca9c1072 332 0.10/1.00 vMB 22
519,637 519,637 000000000000000000069945672544e979602be41ec5304e890b061849c51c20 629 0.25/1.00 vMB 22
519,636 519,636 0000000000000000003e9ce23619c2dac9732ca686c4e5a604ec299a24eb9967 2,173 0.86/1.00 vMB 11
519,635 519,635 000000000000000000052512aef6b2debb6b0eb2c14dc07e08314df11ea3b9ef 2,784 1.00/1.00 vMB 32
519,634 519,634 0000000000000000002af2362b2e93f16e638f10bd9536ea78da7befe2e993ed 2,936 1.00/1.00 vMB 17
519,633 519,633 0000000000000000000bcbc4e34ae3b5bc836d6f7cad5c58968c816ace5d9693 2,563 1.00/1.00 vMB 17
519,632 519,632 0000000000000000002927b070721ed1764d38c277751a03b1fb46bddce5c2f8 3,249 1.00/1.00 vMB 17
519,631 519,631 000000000000000000022b5f79156842bfab32835ccdf59bf06abe0920819d63 2,712 1.00/1.00 vMB 46
519,630 519,630 00000000000000000035ee4f83574dc43ccd03f5116dcef265c5218c12bc56e7 2,560 1.00/1.00 vMB 34
519,629 519,629 00000000000000000020047d84e9d2d0b479bb9b44b7b21fdedb938b5e52e2cb 2,307 1.00/1.00 vMB 26
519,628 519,628 00000000000000000013af3df565d5fc38758c4f86a8b1f820bbf5e90e7b05d9 2,635 0.99/1.00 vMB 23
519,627 519,627 0000000000000000000568f9e90adfc6b98c6fce20f92629dbe47acfa131da98 1,583 0.58/1.00 vMB 2
519,626 519,626 0000000000000000002aa140dc0d98e0eb3833d57e808d799ac06aae03a172c1 2,551 1.00/1.00 vMB 15
519,625 519,625 00000000000000000003485c5cd2a5ca9c83d93d28bf7a73cf7a10c8ed4cd789 1,864 1.00/1.00 vMB 39
519,624 519,624 000000000000000000286038c2d849d69a0bccf1b579058beb06b5c37f3204c4 2,928 1.00/1.00 vMB 27
519,623 519,623 0000000000000000002df09f4cd50e1c5c386f374e96cc93d0ecb07a6a09f6ee 723 0.33/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.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.