Loading Tool

Explorer IconExplorer

Memory Pool

74,640 transactions
27.52 vMB
0.07139777 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 39ac3588a4e6b193da1b62d06fb6919217894cb94e9a1d7793ef6901b9053e19
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2a3f2ec1b7a4e717cc0136b152cc5b8b8b693c11cd92b3c7ebb147f976e473b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.01271337 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (48,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,245 867,245 000000000000000000003f46ccbf7d5a4f6855a164c470c2cb292953af485065 5,447 1.00/1.00 vMB 50
867,244 867,244 0000000000000000000046d3b2ff0a89b2a0d2201cb2d7662b8c86466058b325 5,592 1.00/1.00 vMB 48
867,243 867,243 00000000000000000001017702751c842ad4ec343d8983fb5fe2727c3c3c91c2 4,533 1.00/1.00 vMB 64
867,242 867,242 00000000000000000001c73a285f9c9e4cc8131d3eb6fd64a3c48edd2fc9e694 5,095 1.00/1.00 vMB 45
867,241 867,241 00000000000000000000bdd9976a4ada3dfd02231b043151abf448e51347d8cb 4,708 1.00/1.00 vMB 42
867,240 867,240 00000000000000000002bd6fa076b16b8da8b651ae3f0aabc6312eb761864691 5,856 1.00/1.00 vMB 47
867,239 867,239 000000000000000000017731f27f100fd3e5ae4ef9f5b68ce5b0db26b87eeac7 6,179 1.00/1.00 vMB 48
867,238 867,238 00000000000000000000c794ce21e5f32ce5bdcf7ca8074c519568df24624fb3 3,648 1.00/1.00 vMB 37
867,237 867,237 000000000000000000024d9673d83e4e4dbb3590e9043f41ad078f4497584a50 6,445 1.00/1.00 vMB 50
867,236 867,236 000000000000000000000e2f49f23b57e1123edd3011426f951af84cacc543b0 5,903 1.00/1.00 vMB 59
867,235 867,235 00000000000000000002287bcac156668af7b1aa91deba66dfc243184cd26ace 5,028 1.00/1.00 vMB 59
867,234 867,234 0000000000000000000193843567ff1ca5c6661643511871dbc5f7022777fef0 5,852 1.00/1.00 vMB 52
867,233 867,233 000000000000000000022a347b1bec980c688a1c9b0417eb7a1048a3a621ffb8 5,520 1.00/1.00 vMB 43
867,232 867,232 000000000000000000005bccf85f52f4c27c7162765614d5bf18461ae796535c 5,693 1.00/1.00 vMB 49
867,231 867,231 0000000000000000000207a6dfbc00a757c2fa6000edfb8c358d0e32dcbcf505 3,881 1.00/1.00 vMB 60
867,230 867,230 00000000000000000001e3203025ecf7db38b84ef8261b92e17ec0a5954c2008 6,733 1.00/1.00 vMB 48
867,229 867,229 000000000000000000007add63672163343c6cb94fd67eda36b09c32b501f56e 5,270 1.00/1.00 vMB 57
867,228 867,228 00000000000000000001610f442d905a62b56cdef8bf17b8e36846ac8089b6d9 6,100 1.00/1.00 vMB 49
867,227 867,227 000000000000000000029e76ba71deb93ccc96e9d84cd3fcb7bef9eec32d573c 6,228 1.00/1.00 vMB 51
867,226 867,226 00000000000000000000eebac09390b9bc163b812ad12e1d74a2abe975c22219 6,331 1.00/1.00 vMB 55
867,225 867,225 000000000000000000023c2994c3fd4b1269f3dc7c94c04cc90583ce454470f0 7,267 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.