Loading Tool

Explorer IconExplorer

Memory Pool

81,465 transactions
30.92 vMB
0.09212245 BTC
Random Selection Loading Transactions
Max Size: 187.98/200 MB

Candidate Block

Mining Attempt f78ee8ddd2219782d78ed4504c4867b1e50313bc49d1d8c0edf08e39c285edb7
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root e9d33fe4074955a53a853f6933d828ed8c9524d8b56b51042c21e8f47ccf3848
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.01957955 BTC
Feerates: 73.20 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (23,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,867 891,867 00000000000000000001cfe840db368cd066ae05ae0dc0ded1f3c8d6212efd72 3,660 1.00/1.00 vMB 3
891,866 891,866 0000000000000000000220a6eb7651137376560d61ea3fcba5e65c870f37dfa4 3,179 1.00/1.00 vMB 11
891,865 891,865 000000000000000000003fb80a0de1ca74836de3262f01ddaa2e4c05d3fa413a 1,982 0.63/1.00 vMB 2
891,864 891,864 00000000000000000001e87da2ed1cf0cb706ec5f41a5cc8e7ab32f8e600baa2 2,197 0.74/1.00 vMB 3
891,863 891,863 000000000000000000004d87261d29a3d8cfbb9e9e018fef55ac72753e2e455d 355 0.12/1.00 vMB 3
891,862 891,862 000000000000000000000272f2a69de5aa2643ec85797721cbb209c51dd22c26 73 0.01/1.00 vMB 6
891,861 891,861 00000000000000000000c6bfeb7d0c9d66dbe510b0e628160d56d92478127ae8 2,338 0.58/1.00 vMB 3
891,860 891,860 00000000000000000000de269b57c3a0398515397bf6e117938acc071f56f0e8 2,381 0.84/1.00 vMB 2
891,859 891,859 00000000000000000000bd51c941c3cdb982deff58a3f196af48fda605c74353 2,950 1.00/1.00 vMB 3
891,858 891,858 000000000000000000024626fc84aaf1017ab5fd53acb59cb7e082a5f4672c8f 3,513 1.00/1.00 vMB 8
891,857 891,857 000000000000000000012adf27d1e97d3a9cb3cf2cf48e3e657794656f7f60c8 3,058 0.99/1.00 vMB 4
891,856 891,856 000000000000000000022d5b1d997ea7bf230e025ea5256e803eede8a272a5c1 2,369 0.66/1.00 vMB 5
891,855 891,855 00000000000000000000e58b51379cebaecd2cac7392a3537295bbdd8c69a573 2,548 0.83/1.00 vMB 4
891,854 891,854 0000000000000000000120f5511eeeba0a155a0e23f381d1587c738152ec4a64 694 0.20/1.00 vMB 7
891,853 891,853 000000000000000000005c29f5727898c1d825c608e187bbadfdc6bb1fa3e7a5 55 0.01/1.00 vMB 15
891,852 891,852 00000000000000000001e72fb5d1090e29fc5fde94fe2efe02f849171189aee3 767 0.48/1.00 vMB 2
891,851 891,851 00000000000000000000045b4a8a03e3dfd6e53b459fa639a3a578f2fffba5e3 2,672 1.00/1.00 vMB 6
891,850 891,850 000000000000000000011ca9cdfe9e94e1d34b8b2fa2e7daf93775d76e6bf061 584 0.21/1.00 vMB 3
891,849 891,849 000000000000000000016379099ce3fe2beeffe6059b85e2d74a5dc2b69ce816 291 0.09/1.00 vMB 5
891,848 891,848 000000000000000000016e5462ea636b6413ed17dc9f25b7a6905de338b45ea8 2,483 0.98/1.00 vMB 3
891,847 891,847 00000000000000000000a29cebeb6782f816abf8cc5f17d93aeef975e2f022e6 1,481 0.55/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.