Loading Tool

Explorer IconExplorer

Memory Pool

21,896 transactions
11.63 vMB
0.04464667 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.25/200 MB

Candidate Block

Mining Attempt 75a7a64936c730a1610d512d7d624450b63e5b118d048ff37c2ae7184a2a5718
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root 50eec14df50c9417b4a709242c7aca7db3867b41dc235a2109f3df25ac851481
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,925
Size: 0.99790975 1.00 vMB
Total Fees: 0.02517978 BTC
Feerates: 202.69 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (747,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,385 166,385 00000000000006059df56355cb11a0258b8a877b72d116247a77585d6b828c1e 39 0.02/1.00 vMB 113
166,384 166,384 0000000000000251a3500bcc2e5a8fe84b5b32379fea37a90a66a14cda1caefd 1 0.00/1.00 vMB 0
166,383 166,383 00000000000005ffba3fc76adda7ea4460985f3a7d74beba2d0c779141744ff3 35 0.01/1.00 vMB 125
166,382 166,382 00000000000007369c8f5bd48f2283b4921ee463b5b36e6a23a5e21f41b21cf0 110 0.05/1.00 vMB 88
166,381 166,381 00000000000008ff8eed6013f2c682970c84778c3b8120b4fc77ae8e182056c1 8 0.00/1.00 vMB 452
166,380 166,380 00000000000005d332053f13e1ee54a79c5a523cbf177d61d21f4d0194b9d454 34 0.02/1.00 vMB 66
166,379 166,379 00000000000004615507ee2628bc8c364cee18a944bd1d8decc98c1690184741 65 0.02/1.00 vMB 140
166,378 166,378 00000000000002388866b7d31198f6cf6ac00fe5b06b1cc215512670b9bd52a4 10 0.01/1.00 vMB 0
166,377 166,377 000000000000088695cc7cb31fde97c1e3213625c8cd711620d76d1c1a18ce07 37 0.01/1.00 vMB 82
166,376 166,376 000000000000008141f38fe242e2f3d3a35da8c112b671e47bc6c97c417afb0f 16 0.01/1.00 vMB 24
166,375 166,375 000000000000064f187e8c81e55e6cac9c540eafc0bda0af3516fe788492e986 47 0.01/1.00 vMB 60
166,374 166,374 00000000000004be0e3320f55a1163cb8abb50af63da657650854af739f16f51 20 0.01/1.00 vMB 30
166,373 166,373 000000000000070ec235ff7e0420dc4e240ba6bf91ba642e748189407ffb4002 79 0.03/1.00 vMB 183
166,372 166,372 0000000000000a18f207e8ae96520b91e43432d56fefc6323b9d44d6b2304aaf 75 0.03/1.00 vMB 14
166,371 166,371 0000000000000843ae136c1f50c57adf26655d14d6e3c87fada743659e4814fa 18 0.01/1.00 vMB 230
166,370 166,370 00000000000007f55df9b649fe33d5eb074cbf64c59b72e8ba301355c2bc0614 84 0.05/1.00 vMB 49
166,369 166,369 00000000000007e34c584aa4cac59dc5fbec18970e866fba6125e66c5b745dbd 6 0.00/1.00 vMB 54
166,368 166,368 0000000000000430c9456eb5e13f29dc7d5bc8b931932d5aed66bf84cfbbb183 6 0.00/1.00 vMB 36
166,367 166,367 00000000000000990db2979b77f947047a6555e13c2927a990124371ef9da645 16 0.01/1.00 vMB 23
166,366 166,366 00000000000008756c973f85547829eeb9b17dc4aae16a409c745a983bf8ea48 38 0.01/1.00 vMB 98
166,365 166,365 000000000000064f02c8d98f0b07ccbadd19b7030e98cd97ff566e627d0ecadd 18 0.01/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 779.98 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: 471.42 GB
    • Received: 2.99 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.