Loading Tool

Explorer IconExplorer

Memory Pool

27,292 transactions
24.63 vMB
0.04848454 BTC
Random Selection Loading Transactions
Max Size: 120.15/200 MB

Candidate Block

Mining Attempt 3307842b96bd098279409424fff4a4f66a351a386e71fafbb26d17d38101fdac
Version 20000000
Previous Block 0000000000000000000141573b62540c9f2c6acc69c5eddf5652e6d4f8e32a08
Merkle Root c9e79d37a83d8dc74d864e38eb5f5d0de3f54b548757e768aa279d0584a746e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,751
Size: 1.00 vMB
Total Fees: 0.00437816 BTC
Feerates: 20.11 > 0.44 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,191 (793,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,181 121,181 00000000000092f9a370952388a1070db614fd4a44f03d4d76a452647a34d5b8 7 0.01/1.00 vMB 546
121,180 121,180 0000000000002383a050daf04796bcf8c7221834ff3b296f601a748b0582aa8c 12 0.00/1.00 vMB 347
121,179 121,179 000000000000528157c351d1ce9cfd38be1c19e99267ca5876d8eb152b9280aa 141 0.05/1.00 vMB 279
121,178 121,178 0000000000004d5e855fa61f43a07ccf2754446b59086a2260936ddaad168c6f 13 0.00/1.00 vMB 337
121,177 121,177 000000000000603caabc47b8ac9a137b1434b04c8404fb87672cfacbf0b9c078 15 0.00/1.00 vMB 807
121,176 121,176 0000000000009563b383199bdcae5347c72f3d212fa4cb195aed9a38b5777bc9 15 0.01/1.00 vMB 553
121,175 121,175 0000000000006cc6a126c6ee3dc3eb3c6ea9b5b9f668fafef54c7b2aece7a595 146 0.04/1.00 vMB 139
121,174 121,174 000000000000021283f42100e01f2426036343c756f085d0a797f2e0e1f3c23c 1 0.00/1.00 vMB 0
121,173 121,173 00000000000036da128e033677c8522e33a0472755b9bfe17fc601dac465e555 16 0.01/1.00 vMB 1,138
121,172 121,172 000000000000983c019aa198a3e0659a027117bd158064f79c4e4f8e847f6c2a 1 0.00/1.00 vMB 0
121,171 121,171 00000000000039cc59ff0a4dcb9773b54d02ee6b7a2d8494d404c59b7d7b91a3 63 0.02/1.00 vMB 43
121,170 121,170 0000000000004708d5b77b6f6d0c7ac45172abb0e423d7965879eef16747e604 10 0.00/1.00 vMB 347
121,169 121,169 000000000000369b8fa517c910c8bb4f1164cd5dab885f3da3a9120ed0ee0148 12 0.00/1.00 vMB 0
121,168 121,168 0000000000008072be92c08977813fd4083f325bb1bff937c39571810ca8f91e 14 0.01/1.00 vMB 656
121,167 121,167 0000000000005e7b1271aacb3c07f1ee2f793d9834036050861024c25e7e45bb 11 0.00/1.00 vMB 0
121,166 121,166 00000000000024f6a45a889c3c474456e157a7f234446fcee198fcea0fc30b9f 11 0.00/1.00 vMB 949
121,165 121,165 0000000000008d5d2d0825c3bbb98a10116fa8f081ae335acb8527673a634837 28 0.02/1.00 vMB 544
121,164 121,164 00000000000003c438f9b247c060dc72f0703a88ad8da7eff1e98a4aa22d057e 10 0.00/1.00 vMB 310
121,163 121,163 00000000000073139b8e22498498da548156f50dc1cb1f3db77b15d970c9731b 49 0.02/1.00 vMB 311
121,162 121,162 000000000000563abe9522e96efd2393a3549f8068a56dd1df8582137e7a76d2 1 0.00/1.00 vMB 0
121,161 121,161 0000000000006f0284d9904d9a4233c4ccd65133e56c2b2794802596d6828a4d 17 0.01/1.00 vMB 1,285
Previous 10 blocks ↓
Total Size: 780.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 572.74 GB
    • Received: 7.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.