Loading Tool

Explorer IconExplorer

Memory Pool

26,847 transactions
7.37 vMB
0.04779776 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.78/200 MB

Candidate Block

Mining Attempt 8e75a58753fe0d73866ef7f0083dab3dfb867e5649aba38876d5f56890f2fdda
Version 20000000
Previous Block 000000000000000000002a7ea3105b77a9d6bc632347ce0685ad3a1361c683a0
Merkle Root 6938a650e66c21eebf1f0f28baf7f19ec3cb42e1fdc2d8a09b1c7202bd0b1620
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,267
Size: 0.61 vMB
Total Fees: 0.02883781 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,022 (797,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,208 115,208 000000000000ece8dd54efacdc820a874e64466b0d3d1a0625626492c339b316 0.00 MB 10 981
115,207 115,207 0000000000007e9fd57d8635e98dacbc9446d68cc87b87bd62ed3444503da3a1 0.00 MB 5 0
115,206 115,206 00000000000064be08197e38e2124a21544d62a1f17a4921fac0680ff6280d51 0.02 MB 86 0
115,205 115,205 00000000000013d15477be85d2ded5c5f47cf836b8a92a9a7f71afa736ccdb01 0.00 MB 10 0
115,204 115,204 0000000000003a71e29b8aced2c4fdb878636850e3055bb325e1483de6e36cc5 0.01 MB 17 940
115,203 115,203 0000000000008c9f0831aaf094afc112e51034b4ecf4116db03be06af8de0568 0.00 MB 16 1,016
115,202 115,202 0000000000002fab98091811d050284fe5a373d88e3cdfb235abe91459b37a91 0.01 MB 33 945
115,201 115,201 000000000000138929d184a14f679bfbe1efe35bb9931c5f96a8efee22276a72 0.01 MB 22 351
115,200 115,200 000000000000bd862ceedf1ddd92764bd91ba4bb06f36f7dd7a7c5694ba4a6b2 0.00 MB 14 770
115,199 115,199 000000000000e43b3269959fd3a468cd8cdd60d2b51baf07f2aa511587da1cc8 0.00 MB 13 908
115,198 115,198 000000000000837d5eef3e053101fa9939ee0c34c2e569ea3fab4c68653b3ead 0.00 MB 7 315
115,197 115,197 000000000000e107733fffb88209521695e68b9a2211e3897373e6abbcc67a50 0.00 MB 10 899
115,196 115,196 000000000000920dd4196e6a7c9b8a0b2ac61c94adf5c7034c9339a1ff5b6869 0.00 MB 10 680
115,195 115,195 00000000000017219eb465d289da6c6d47a6ff6ac339e0efafbdd09b9be1db63 0.01 MB 16 1,070
115,194 115,194 000000000000995727aee5b8fa9fa7ae3176e45333d20ff0bbc3971134944693 0.00 MB 12 0
115,193 115,193 0000000000004bb6426cf107c76381301bb4c4dc1946074c70802bfa60f76b83 0.00 MB 10 336
115,192 115,192 000000000000795d6d75072f3fb447011d1804672959f9b324a1ad0b91aaefef 0.00 MB 11 0
115,191 115,191 000000000000d339aa98372c0c6f3d632cd7af140a61e29107aeb375ab608047 0.00 MB 16 1,147
115,190 115,190 000000000000cddc8c2bbc8130a75f3cf3549eee1c89dae036bacb1301f6d4c4 0.00 MB 12 352
115,189 115,189 000000000000c5ed4f13381c516f5fa9cf047d84a16b01e1f90a687350cfd7c6 0.00 MB 4 0
115,188 115,188 000000000000367cc7b699fb5088b083cf1940828077bed82d6f075d08abdbcc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.88 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: 401.70 GB
    • Received: 3.61 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.