Loading Tool

Explorer IconExplorer

Memory Pool

50,915 transactions
28.89 vMB
0.11593228 BTC
Random Selection Loading Transactions
Max Size: 154.54/200 MB

Candidate Block

Mining Attempt 9b9503c47395152a61db643203093d4a173b839f722aa9b7c47de613d3784854
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root d5a100f039fdca385a8da7efadb36abaeff731795abc285793ec299ab87cb14a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,039
Size: 1.00 vMB
Total Fees: 0.05233734 BTC
Feerates: 500.00 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (730,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,508 184,508 00000000000004c048256ba5073eba2e4839b5f5831af3811501c6ffb9bbc877 512 0.25/1.00 vMB 134
184,507 184,507 0000000000000165844538ecf570621c7d2e849fe91d49eb39cfb4d8887fdd43 512 0.17/1.00 vMB 241
184,506 184,506 000000000000078b275cd837072d8e5d2f1b25f74b121ad639fb6ccb0b978a40 613 0.25/1.00 vMB 140
184,505 184,505 0000000000000804e6231dfdbc164eabc10ffddd709b5ca04b77d013d696cf59 12 0.00/1.00 vMB 301
184,504 184,504 000000000000042ffb42db7ad2570338df9d2f7a9413409018d0d66b3a39585f 135 0.05/1.00 vMB 203
184,503 184,503 000000000000068c772aa24e80c94ff2b29ec9846043e6f4ad6fca697c695bc3 533 0.45/1.00 vMB 148
184,502 184,502 000000000000064f74af4c754fdd5d51130ca1339287f2936c41de7a6ad3d223 40 0.02/1.00 vMB 615
184,501 184,501 000000000000096d0d10d619634fa7af19b8a58e505633501545f941c80c5c31 154 0.08/1.00 vMB 148
184,500 184,500 00000000000001b2a3bd02767c5a9000d87ff8654a43d437ee3df44290234a5c 228 0.14/1.00 vMB 129
184,499 184,499 000000000000039e6ef4d0234d795d39fb63a2b644c4882d0aa5cebddba954d3 975 0.39/1.00 vMB 251
184,498 184,498 0000000000000219b44d3d7b6d7d7f03b0f3d63c95442dde11cec26b14c0d9c6 327 0.25/1.00 vMB 88
184,497 184,497 0000000000000336fa0157b700d553f5bbcda3e05cf13eff9f7d1db9258e41e4 558 0.25/1.00 vMB 140
184,496 184,496 00000000000005195b005d1b6c47e0c84e0f2654604d9f2070d5cdb6f6820d63 651 0.25/1.00 vMB 129
184,495 184,495 0000000000000a3d2f28bcb74953301baf0e0e78ccc07e117e8e7352ff8fc075 4 0.00/1.00 vMB 0
184,494 184,494 00000000000000172d977301dabf1502ba102eb4c8cf5c84c2cada11c8969783 511 0.25/1.00 vMB 156
184,493 184,493 000000000000008daec3f7c9d863723cc0736b3a8ded7573cc974e3424039a0f 573 0.42/1.00 vMB 103
184,492 184,492 00000000000002f1c86bea970394eb06f0903ba0252707d0b1b26d3dfd6bc905 26 0.02/1.00 vMB 149
184,491 184,491 00000000000001a9f0a098ef6f502705f47b934a2505a6352618c91fb440159a 131 0.05/1.00 vMB 77
184,490 184,490 00000000000009c48b39aa34d1890ffb71ef9f502f88ff06a7c640b90d2a0aa0 441 0.25/1.00 vMB 156
184,489 184,489 00000000000002ba8123b5d5e611164aebbef6cdfb20eea061f37e32abfbac81 173 0.05/1.00 vMB 62
184,488 184,488 0000000000000905ff57e7e69939710ef7a37f40e385e8bf283e32409d3763d7 883 0.42/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.01 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: 649.49 GB
    • Received: 13.18 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.