Loading Tool

Explorer IconExplorer

Memory Pool

77,106 transactions
28.64 vMB
0.06506018 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt c5c0a86e54639769938f59ef90841cafbc81cd222264d7beea7380decbcdccd2
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root da7b2e89b2ed69e3de5803d321c489c638af42b25fb33ff14b8ff432b2e2129c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,650
Size: 1.00 vMB
Total Fees: 0.00570131 BTC
Feerates: 100.28 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (836,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,133 78,133 00000000005498c81cc5169a6cfd7632aabfd4bb122932bc0dbf7a5f117ec460 1 0.00/1.00 vMB 0
78,132 78,132 00000000001c3ecc72935e57c6a543d83b102ff2727c5b8dfeaf3c11280959a5 1 0.00/1.00 vMB 0
78,131 78,131 000000000048755c8f7523c9877dab4f37042cee085054c69236d9c1758bf750 5 0.00/1.00 vMB 0
78,130 78,130 00000000003bc7d7b75eff8bce4b10fa8d5082f3c7691e3def006a486eefb075 3 0.00/1.00 vMB 0
78,129 78,129 0000000000521aaaa5b500eb427e2fec730843b37cfb2f93deac999e923aeae0 3 0.00/1.00 vMB 0
78,128 78,128 000000000025a91c6b22ee5898342ef9e2d78f6ec6be5428899e04057d33ac24 1 0.00/1.00 vMB 0
78,127 78,127 000000000024f6b3eef4407b7e9db7383124f1ccc2cd550314e09194407cf0ff 1 0.00/1.00 vMB 0
78,126 78,126 000000000059e9972ae8fc2adbc56dc0b3a04ea7e9255435a420172f8347e65b 3 0.00/1.00 vMB 0
78,125 78,125 00000000001b39659c82c94a210b0ce36e0251790902a35468897bcdb0ae502e 1 0.00/1.00 vMB 0
78,124 78,124 00000000003429d4b01799fc5e2253ca750f40321fd7bfcff97e0cedb45772a8 1 0.00/1.00 vMB 0
78,123 78,123 00000000005bf8a51eafc6bf12f3293f948ba644666b69a34fc48d522389ab4c 1 0.00/1.00 vMB 0
78,122 78,122 0000000000347f6702b5bb31b61a6982c0f5e5e867cac42de0a06eeb22c6e575 2 0.00/1.00 vMB 0
78,121 78,121 000000000052887920861bfe5f602d9fbd575982443a7dc1e720781b46e885e2 1 0.00/1.00 vMB 0
78,120 78,120 00000000001b16ac8f37e3dbdd1004eaf74ba940af479a3c07e0897d9d3a79be 2 0.00/1.00 vMB 0
78,119 78,119 000000000035c6a5ad8624f95a4a6d35ec0bd432c1f28404a155c9ad7848c30c 2 0.00/1.00 vMB 0
78,118 78,118 00000000001406abc8c91c6518889fa8461acab629bd535f1d7d37bd92b3e077 1 0.00/1.00 vMB 0
78,117 78,117 00000000006823c5ff1dd3824665e61264a3f7873a0121d141ed2fb194a168a7 1 0.00/1.00 vMB 0
78,116 78,116 0000000000182625b55f885fe5b445daa1d2b520bf4340992c993421673804d3 1 0.00/1.00 vMB 0
78,115 78,115 00000000003e74c604a5e15984b836ab5312b2affdd928373ffac3ee0ec3932a 1 0.00/1.00 vMB 0
78,114 78,114 00000000004252311eaf300dceab49f51bbc0c78b215b1eaf6cb7609ae672a16 1 0.00/1.00 vMB 0
78,113 78,113 00000000000f84cd3ea0eb3897cfbcb1603f782e474787c21869cc0e2319e959 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.