Loading Tool

Explorer IconExplorer

Memory Pool

23,129 transactions
9.93 vMB
0.05855387 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.83/200 MB

Candidate Block

Mining Attempt 804836777daa02c101c117e79a6cb45d0f35a12452bb6d0c59a6d009e578a475
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 12602a42e0ce10056e613683af8a2a0966a12bcd92cbbbaaff24c450099cd7a9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.03077641 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (657,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,953 255,953 000000000000002fb163eb51c1a619656f9cc91df2ef94a8880fe13a8bc8862a 637 0.25 vMB 150
255,952 255,952 000000000000003c5be833cc03ef979b4dfa21895fc8e03dc8d2287b99243079 637 0.25 vMB 179
255,951 255,951 0000000000000041283283e76c8f39a44ab93f1f1da27df9eff6cae137774858 514 0.25 vMB 117
255,950 255,950 00000000000000321f48d3e5223179aa321db7a1fa96b3bac3be46fc62ac35b6 555 0.23 vMB 115
255,949 255,949 000000000000002b2dbb728dcefeb5ef1222eda4800939dcbfc7571ea3090056 290 0.11 vMB 101
255,948 255,948 0000000000000010e76fa987b18e14a92e447f4b37b3ac7a91cc2bd5e0648985 73 0.03 vMB 85
255,947 255,947 000000000000002493cb164d84b789ecd0443c60ae248c5484f2d5e79395882d 457 0.19 vMB 108
255,946 255,946 00000000000000225918323bb444bc5c2cd9422f30e98a6fbd1a4b4951653ab1 126 0.05 vMB 139
255,945 255,945 0000000000000007b0317e4f4f68f356f52b37bc3d6f4c9b733007117c357704 525 0.21 vMB 124
255,944 255,944 000000000000002315a73efe29b1d369f569f7969b4f90622cb503b0f0f11007 60 0.02 vMB 153
255,943 255,943 0000000000000032915a833e46c0978fc33167b1f412946ce3917a7906f0cf8e 131 0.06 vMB 102
255,942 255,942 0000000000000002c68f5ece851a9322948d4a829d47add496fa00fdd97ce98a 72 0.03 vMB 91
255,941 255,941 000000000000000a9bdd27c8d7a3d0141149ec4fc62aa5a4888d572609f054ed 60 0.02 vMB 138
255,940 255,940 0000000000000020c95a411468b03a753e8a7956cdf121aba895185152bf0824 69 0.04 vMB 63
255,939 255,939 0000000000000006da0c39e88f98d05408ab4952de0a830e5cac3def9a59d53d 204 0.08 vMB 146
255,938 255,938 00000000000000251e46c0072a7e4807ca261dd0f51933abee715cfd1ce6facc 410 0.18 vMB 100
255,937 255,937 00000000000000057426666fbeb1d69b07a6be900165f81514a2932b94ab9563 66 0.03 vMB 78
255,936 255,936 0000000000000004000bb73af56df6fcce393d5fc49c3e3250276115e4bc30d1 19 0.01 vMB 71
255,935 255,935 00000000000000258ae2390fcb2d689b63d68b4395b1c165ec8f30eaec82db85 320 0.12 vMB 103
255,934 255,934 000000000000002e74c346067ec4488daad1eaf494c0222e987feeee05e07669 62 0.03 vMB 197
255,933 255,933 000000000000000833ae517b5487fce49e9216ff77d9b16f181f35f023fc60b4 76 0.03 vMB 94
Previous 10 blocks ↓
Total Size: 779.57 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: 279.30 GB
    • Received: 1.10 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.