Loading Tool

Explorer IconExplorer

Memory Pool

37,626 transactions
26.01 vMB
0.07664277 BTC
Random Selection Loading Transactions
Max Size: 134.14/200 MB

Candidate Block

Mining Attempt 1d40fdbea557f51cfd290cb15baec8c04b47903354e15e9ff8b5137a6ebd849b
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root cce3679ab163d828f703e4bf6f31a21a2ef90e6c4bafd33c2d2f7008a20db18e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.02923540 BTC
Feerates: 502.65 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (382,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,139 532,139 00000000000000000006066d628410a06aba5cea31b13e43f38e6f380c99dfd2 855 0.42/1.00 vMB 20
532,138 532,138 00000000000000000015d01d0e0d59c70c5914ef83765eb493c1afc6903a67f2 1,852 0.80/1.00 vMB 26
532,137 532,137 00000000000000000031a9780363f4bbc07604570b6db91d07fbab0574d4cdfc 2,152 0.97/1.00 vMB 23
532,136 532,136 000000000000000000338ccf8ff85535252af959de61699356e4c51a881b7d83 2,320 1.00/1.00 vMB 19
532,135 532,135 00000000000000000007d5fe271cf0d822f2c32e4d6afda181b687a74ca1c8dd 1,860 0.90/1.00 vMB 19
532,134 532,134 00000000000000000026df72cd2f5422b10c9368face0f5b87dc8c0ab4757632 992 0.52/1.00 vMB 9
532,133 532,133 000000000000000000029e2dee9e03ba25ae4b7380ba1acbc7b09d0ca930632e 2,249 1.00/1.00 vMB 14
532,132 532,132 0000000000000000000b08ab16c2aa001dfc7f66d8658d03c2aecb9545e42434 2,408 1.00/1.00 vMB 22
532,131 532,131 0000000000000000001103aa198cf6dae9a4d24e07de26a23568a1bdd8d489a1 780 0.39/1.00 vMB 22
532,130 532,130 00000000000000000010928b0d89733d6bb7add16d225f5778bbdbf55381ea6c 2,318 1.00/1.00 vMB 21
532,129 532,129 0000000000000000000c14109a36b93efa9e30760efcae4e9979819d9ed80707 274 0.10/1.00 vMB 24
532,128 532,128 000000000000000000049d1133bbaf10afa5c6097fc5d2f8328c6a9cfcd34f93 1,505 0.64/1.00 vMB 9
532,127 532,127 000000000000000000060f5d41120df74d147a4f7b11a6e915f61e7d5e5cffdb 2,274 1.00/1.00 vMB 29
532,126 532,126 0000000000000000002f832d8fca00a976e142d0061e365cd2c23d864b5b69f6 2,379 1.00/1.00 vMB 24
532,125 532,125 000000000000000000322e65b5f1c846266951e71cc955d07a1605fed77b0f07 1,111 0.44/1.00 vMB 22
532,124 532,124 0000000000000000000812349f29238751edd262619afbc00438e15a007463d9 2,108 0.77/1.00 vMB 15
532,123 532,123 00000000000000000027e0171f4ef1ce0eacdd0770faae806db681cac3b67d46 1,275 1.00/1.00 vMB 20
532,122 532,122 0000000000000000001738e2fd11b046e23975331bc90faf8e284cd539d77cbb 634 1.00/1.00 vMB 20
532,121 532,121 00000000000000000017d3ef910ae81014c901a335dfc8520d6c0ca34a73ef1f 448 0.22/1.00 vMB 26
532,120 532,120 00000000000000000013c8d14dc59d781ed4bba4e536429c3b5a9e8bfa90e5c0 287 0.10/1.00 vMB 15
532,119 532,119 0000000000000000001b85be18d4207dfefc135a5fd463f6d742a9e3acbfaff2 404 0.19/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.