Loading Tool

Explorer IconExplorer

Memory Pool

44,945 transactions
27.24 vMB
0.06779545 BTC
Random Selection Loading Transactions
Max Size: 143.10/200 MB

Candidate Block

Mining Attempt 6c1a4c416365817cad6d8972299359187fdd7c1d2abcdb2f3136460ecbea1e87
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root bbdec7015a34d42440c132265e433dd1faaefda57d529ef2da4d8b55daf8d4d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.01659778 BTC
Feerates: 100.00 > 1.66 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (210,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,059 704,059 000000000000000000089b0be60bc937c3bb213393b913184815ad1bb8623f14 1,322 1.00/1.00 vMB 2
704,058 704,058 000000000000000000079967d699969a19615338c12f6ca793e431a33921669f 1,540 1.00/1.00 vMB 5
704,057 704,057 00000000000000000003a192dccbb57971f4989913e1c389cab0aa71677de9dc 1,208 1.00/1.00 vMB 3
704,056 704,056 00000000000000000002e77e6fc92f0f8ef35847061bd9c9b35e95f6eafdc08e 2,086 1.00/1.00 vMB 5
704,055 704,055 000000000000000000084410ab0236922dfeda348e7e101767935cd7f8d4ef4f 3,494 1.00/1.00 vMB 15
704,054 704,054 0000000000000000000b210ea3a276301479539bf8a861b69d3e2ef3fb7bcec3 2,338 1.00/1.00 vMB 8
704,053 704,053 0000000000000000000cad12eb9f76d80f6ed57d2876c0d4c86c9ec52ce0f4a6 2,180 1.00/1.00 vMB 9
704,052 704,052 00000000000000000000d14ac8fdab66001a79e10e936ad1f93686f17ec6f9cd 3,281 1.00/1.00 vMB 28
704,051 704,051 0000000000000000000bb9291d090b86f19fdd75428d422bbe9329af228f41e1 2,181 1.00/1.00 vMB 15
704,050 704,050 0000000000000000000375ed3a012adda190e3b7d7878e43d3a9d9153953982d 1,327 1.00/1.00 vMB 16
704,049 704,049 0000000000000000000deecc7ddc107e211aceef2ae00a98ed03d18351cbf627 2,424 1.00/1.00 vMB 26
704,048 704,048 0000000000000000000d97978ace173b6a5c3c9fce31266c72bd4c658670a9cf 2,309 1.00/1.00 vMB 12
704,047 704,047 000000000000000000066ddb5cb8c3d23d9dcabbebe12f956d6116a53a3b0df7 2,019 1.00/1.00 vMB 10
704,046 704,046 00000000000000000003baf2d35eb0a17ea32e2eb3c22dc43121f1c2e0ca10a6 2,220 1.00/1.00 vMB 16
704,045 704,045 0000000000000000000289675b7dc0e62b1d97281504d7d25a820cbac36d1a67 1,073 1.00/1.00 vMB 9
704,044 704,044 0000000000000000000e134bf1c4b63053a1c262e67354f9368964546d1d727d 2,537 1.00/1.00 vMB 19
704,043 704,043 0000000000000000000c158812365605863a994b8c4f553d9ff498971b84fcb2 1,648 1.00/1.00 vMB 20
704,042 704,042 000000000000000000091c35e0f69933a843fcdaca9805c0abc0011b525631db 2,778 1.00/1.00 vMB 28
704,041 704,041 0000000000000000000d3ed9984aa3b36947975ddf40e86b2303d5a022721ba6 2,890 1.00/1.00 vMB 13
704,040 704,040 000000000000000000077a6829166a2e1d6335ee94db0e0cb0b61acedca18235 1,511 1.00/1.00 vMB 12
704,039 704,039 0000000000000000000cd131a7bad6a663e51c33959f0ea8ea3404ece6c9d471 2,122 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.