Loading Tool

Explorer IconExplorer

Memory Pool

21,883 transactions
9.46 vMB
0.05047363 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.23/200 MB

Candidate Block

Mining Attempt a4c409c1c1703249799198169819b2fac862621688e886cbda681ff065236cff
Version 20000000
Previous Block 00000000000000000000f2a58278eb31c7c7508d5fd7be04e21efd82a1a50145
Merkle Root b46ff27d7ff6ccd657673241bc444e38bbd723c23e9cbffcf6a43c5b735648a2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.02787939 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,406 (763,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,361 150,361 00000000000000d527e56e11966dc9f1ea5b870236af18a9cea6344c5d53792b 24 0.01 vMB 213
150,360 150,360 000000000000074db9292dee79c1429f6fe68a3bffac6ed49bd60d3622b83596 69 0.03 vMB 98
150,359 150,359 000000000000085b41f138d3518e057195631953742d8a42ca940f0a65434b94 96 0.04 vMB 303
150,358 150,358 00000000000005ac3eadcd609f888f7b903507aebae41f1570926b667ba26025 7 0.00 vMB 0
150,357 150,357 000000000000031e93edcb2932e5b3afb6317ad70889475e18f6811dd71272b1 176 0.05 vMB 2
150,356 150,356 0000000000000732e9b690b44cf9a1cc983de83dd2a5f33be7dece2099e74071 102 0.03 vMB 209
150,355 150,355 00000000000001dfea0ef3dea77e41106b696c41bd592c4cc5351c9a9d537ec7 15 0.00 vMB 41
150,354 150,354 000000000000073103dce6a4a9ba27e82958a6715f83ffe4a1a9289c237efb40 44 0.02 vMB 136
150,353 150,353 000000000000042b8074199a0ef6b4e7b7757f9ffe585d19fb7fdeaeb182dcc8 13 0.00 vMB 67
150,352 150,352 00000000000009dff12cd93f4ea927b1dfdf1a58eed2a1e572a6a224e720e058 59 0.03 vMB 73
150,351 150,351 00000000000002fc5ed0842fe1c20ae364c2e73365582db7837b1111834d3325 96 0.05 vMB 151
150,350 150,350 00000000000007b75ee449bca22486092f2875692794c9e93c1239f78735113f 69 0.03 vMB 271
150,349 150,349 00000000000008a67958a54f5b07f3c9032eb33095478c9cabd1cd6f624712ea 88 0.04 vMB 176
150,348 150,348 0000000000000b528d7a6e33fd4957ca592bf78297933edd550f130d45e50e3a 8 0.00 vMB 0
150,347 150,347 00000000000006ff216b99e9e49277cec00bd21e5d3a6e999747855c17eec094 58 0.03 vMB 80
150,346 150,346 000000000000059567156bdbd621b4ade7e176392c4b764a9b5a21eaf25b5124 13 0.00 vMB 1,399
150,345 150,345 0000000000000331ff3bd335fe65bb5b0e80df6650ad4045395548e5b091d473 29 0.01 vMB 113
150,344 150,344 0000000000000204412b6567d96277c6fd6644f53ad6180f78bd599d8cd0520d 113 0.03 vMB 73
150,343 150,343 000000000000012631c0c969f599e7a4cedfd6e8b66ae22dfc6a9c2e74b3ef1a 21 0.01 vMB 214
150,342 150,342 00000000000006efc702bb136e4b87b943fef5bceb447fe1084d0f80c2778d7a 21 0.01 vMB 19
150,341 150,341 000000000000079946ab7dac34fe3c2ae770ff0421446ee82a6de4bb63c77ebe 142 0.05 vMB 175
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 280.59 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.