Loading Tool

Explorer IconExplorer

Memory Pool

40,018 transactions
26.28 vMB
0.05460614 BTC
Random Selection Loading Transactions
Max Size: 137.21/200 MB

Candidate Block

Mining Attempt 30d442d9e5a2eb78f907005f3915131419ad626c7976e17dcba800949c8b131f
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root e021582d2df1d76c4e50855c55f331a290cabd13ecc3d44aebe57292c7efc5db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,416
Size: 1.00 vMB
Total Fees: 0.00656540 BTC
Feerates: 200.54 > 0.66 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (126,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,961 787,961 000000000000000000002d5be26990bc873731cb58e924c1c8112047e335bc57 4,049 1.00/1.00 vMB 105
787,960 787,960 000000000000000000011cb7c577e5b375e4dd2384c70d693bddb11400ab1d34 4,046 1.00/1.00 vMB 74
787,959 787,959 00000000000000000000228dec8d596e7cdfccd89e8b8fdf17b6639f081dcd77 4,202 1.00/1.00 vMB 90
787,958 787,958 00000000000000000005b723875ac7b0886a8967201e11b4385f7778ae1a8c81 3,780 1.00/1.00 vMB 80
787,957 787,957 000000000000000000023401299f2b144a812d887c257fbc1a68586b1d20b68b 2,288 1.00/1.00 vMB 89
787,956 787,956 000000000000000000016982585b2669d56873038fcf188104d4a4e8f3695b37 3,545 1.00/1.00 vMB 108
787,955 787,955 000000000000000000036d6794d96bb5f21f08d29c186035855874763bf7c27d 3,956 1.00/1.00 vMB 82
787,954 787,954 00000000000000000004328839b7ddf81e0ee978990e399d922b405063ac7e1d 3,587 1.00/1.00 vMB 86
787,953 787,953 00000000000000000002a65143d866d03bebfcfd5ee4d1e215f662b8874dc31a 3,867 1.00/1.00 vMB 71
787,952 787,952 000000000000000000014fdd079b56f7bda0929c8fe15a9dba1607d151f898a3 4,064 1.00/1.00 vMB 84
787,951 787,951 00000000000000000003b8d6d58e48019385ccbefcea6f01e0d6a0f3c5969459 4,235 1.00/1.00 vMB 80
787,950 787,950 000000000000000000036e4ec2bcf2049663ffc881b194aeeb1d99b9a5f685e1 4,143 1.00/1.00 vMB 79
787,949 787,949 000000000000000000010f5b6e112f7236ed4d18888fc7c707b6ea3a5bcc3cc3 5,113 1.00/1.00 vMB 74
787,948 787,948 00000000000000000003984269b562ae36be874b69e578699003cd8d46e8fd68 3,410 1.00/1.00 vMB 72
787,947 787,947 000000000000000000045fba830139c743a88fbcbf637e7a354d93da77c91e62 3,554 1.00/1.00 vMB 81
787,946 787,946 00000000000000000002d29318a54495d07670405eb23a5e85e463a4664fd0a8 3,334 1.00/1.00 vMB 104
787,945 787,945 000000000000000000043ee6ad8925f3b5f7f986b0aae5f34495485f29cd2d04 4,020 1.00/1.00 vMB 72
787,944 787,944 000000000000000000027c2fdd32d6e47f7c3a6eb48d44be7978f46f7e572048 4,136 1.00/1.00 vMB 70
787,943 787,943 00000000000000000005c634a7a98f8c9f370d44eddb4678161f01dcf5997d87 4,388 1.00/1.00 vMB 69
787,942 787,942 000000000000000000021b1ca53fd746da20fbc08c82036abf55f09e8918dfa4 4,178 1.00/1.00 vMB 83
787,941 787,941 000000000000000000015da0277901416dddaf936c6a6163365c2b02a25b9923 1,983 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.