Loading Tool

Explorer IconExplorer

Memory Pool

28,014 transactions
7.88 vMB
0.06119414 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.33/200 MB

Candidate Block

Mining Attempt 78c43cd00532fd63783a08c314a285750c0934a3d5f617a3733495473103e7a7
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root e750d84b0b8cb7b37bfa0275ae42722d77a04ce871a7aebca94289394584b589
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,175
Size: 1.00 vMB
Total Fees: 0.02382523 BTC
Median Feerate: 2.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (738,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,676 174,676 0000000000000349701484ffbf36ff6aeae3f7881eed3e43bc927036bbc11037 38 0.02 vMB 52
174,675 174,675 00000000000006b616164d96364b8b6ab9cb1442c23f56894bedfd6b75536c8f 67 0.02 vMB 79
174,674 174,674 000000000000045a6d1f000b78a243432ce657bd900f360a388b3446973a1db5 36 0.02 vMB 56
174,673 174,673 00000000000003c3a83e6c3ca01bca1d0e103297581aa3f2e0b762b20a22fc00 93 0.03 vMB 118
174,672 174,672 00000000000009e9b76c6d61ebe662d2a75b07b098e6ee946b1b9a953082a379 31 0.02 vMB 356
174,671 174,671 00000000000002506a01653f0e46925284ac6d48df7cc1dc596023a4a4b816bd 37 0.02 vMB 0
174,670 174,670 0000000000000a17107a0beac66e56516ea44b12270a4a859c563c1ddfe62d4d 43 0.03 vMB 28
174,669 174,669 00000000000005c4da98f18c69f7da90bf917560a113d71e65ead4cfe7ff93e5 54 0.05 vMB 175
174,668 174,668 00000000000007fe350c6dd5ff64ab74cf8f7949e0ad90f20cbc2a2622d55e17 89 0.02 vMB 46
174,667 174,667 000000000000006459af1af6d1e3b2658f7abe7557c84fb9130c308d0bd8ce3b 113 0.06 vMB 171
174,666 174,666 000000000000018c6a5ed32ad1dd6251c9dd0cfa640f026c6e08b900d6435e8e 114 0.03 vMB 162
174,665 174,665 000000000000010949bc330121af94288066490d1177663ca136dd0cf6339181 30 0.01 vMB 204
174,664 174,664 0000000000000a182725adfa8e1929b6bcd4275c76cb91c7d3e6a1f95be537da 76 0.04 vMB 44
174,663 174,663 000000000000075ae34dd9fa4016c84ce811693a763ae10f96a37bb11d90ffcb 72 0.03 vMB 29
174,662 174,662 00000000000004eddd6228fbe784efa65d0e75311633b0d5216ef1c105b65040 10 0.00 vMB 0
174,661 174,661 00000000000002a17afc7df173316d544ff954feb1a20fb6d84bc07fb382e69c 38 0.02 vMB 563
174,660 174,660 000000000000094ae42203408f99242c014aadb090dc0a41dd824a6c773a5250 14 0.01 vMB 149
174,659 174,659 0000000000000075c208bd128b0cbbbdc5876021324015bed94f07e8c142d9e5 31 0.03 vMB 97
174,658 174,658 0000000000000a36b141122ee78c10ed17692beaafb27739dfa8bb280fd4aa8c 70 0.02 vMB 2
174,657 174,657 00000000000006d79834ca56fcde7218f1e83827c9044a8f22bfd79e4d059d9b 85 0.04 vMB 94
174,656 174,656 0000000000000772a626f5827d50ee1112f96beb985b6984dc9eb57abca87875 76 0.04 vMB 92
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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