Loading Tool

Explorer IconExplorer

Memory Pool

39,969 transactions
25.70 vMB
0.04965032 BTC
Random Selection Loading Transactions
Max Size: 133.82/200 MB

Candidate Block

Mining Attempt 32e58f0d938495fd80400623dd634822b495ccee42ae028c589706bbb81fcb9c
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root ac8fa28f09613e737f24a67b7aba3824e7110c133a227071a1c6591c51c4d734
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,584
Size: 1.00 vMB
Total Fees: 0.00301672 BTC
Feerates: 16.29 > 0.30 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (72,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,024 842,024 000000000000000000006c9bb94be22db523f0c0c6aa84a2fd267f1b3b8da5e1 4,135 1.00/1.00 vMB 22
842,023 842,023 00000000000000000001b31f85e989ba8a520d060daff8480fed9d042bf43f8e 4,415 1.00/1.00 vMB 28
842,022 842,022 00000000000000000002e68edb74241c7f8be8bdf248bb514af571513bcd3d2b 3,649 1.00/1.00 vMB 37
842,021 842,021 000000000000000000010b76d6f6f1990c9ad9959b20041b28e9b93ea4837d13 2,020 1.00/1.00 vMB 15
842,020 842,020 0000000000000000000149b5b0139a7cdb7091f2fb8cc02947eb9cdee6a8cc5a 4,217 1.00/1.00 vMB 19
842,019 842,019 00000000000000000000ebf657f0930198741f2a555446da253d27b93cc523e1 3,371 1.00/1.00 vMB 23
842,018 842,018 0000000000000000000279f3c71df764a272a171b2732e02fa640afad9e5fc6b 4,038 1.00/1.00 vMB 32
842,017 842,017 00000000000000000001efe4048f77fed5a79158f6bb55a1574b559973bfbc97 4,756 1.00/1.00 vMB 24
842,016 842,016 00000000000000000001930097444a88d123cfd79156500ef6f768b00d9a3362 4,272 1.00/1.00 vMB 33
842,015 842,015 00000000000000000002633dc984f3c4dda3b703dc264a94461cf62d55124e68 2,878 1.00/1.00 vMB 18
842,014 842,014 00000000000000000002f87353fd8ce3ff85fe0e36ab4629c7fab8a09e6ed95d 2,997 1.00/1.00 vMB 26
842,013 842,013 00000000000000000001d02d3d7d37ddd4f45d9b93a2dfbaf8fc844ea53cc0eb 2,875 1.00/1.00 vMB 16
842,012 842,012 00000000000000000002f064cff89f35b31572ceb2269de6fb0852fcd162eb2b 3,306 1.00/1.00 vMB 29
842,011 842,011 00000000000000000000360f01c282eb2de6a68d878543ea08e2fbe00e3a8f72 2,759 1.00/1.00 vMB 331
842,010 842,010 00000000000000000002ce12cdd283fd54b192bf0841b490177f1528a7206de4 3,879 1.00/1.00 vMB 33
842,009 842,009 00000000000000000001e7839e6164bca307a124b5c01c699c8bbc87cb542e78 3,637 1.00/1.00 vMB 28
842,008 842,008 00000000000000000002bc5d724ab38eed4d51815d237e67d64d3d3244a98508 4,476 1.00/1.00 vMB 19
842,007 842,007 00000000000000000002c8d7a420a8ce301638d2ce54c955962972f65fca8b8a 3,224 1.00/1.00 vMB 14
842,006 842,006 0000000000000000000151c8a3fe4d7250c28cf3df6bb20b39b54b43f9fda0b7 3,811 1.00/1.00 vMB 19
842,005 842,005 0000000000000000000102ca60ab9bea9c857cb2c5bea3ba93583b411a2961f9 4,206 1.00/1.00 vMB 15
842,004 842,004 00000000000000000001551edb253420a4d72825a5165e455e51d1eb83405704 5,413 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.