Loading Tool

Explorer IconExplorer

Memory Pool

77,843 transactions
29.24 vMB
0.06261038 BTC
Random Selection Loading Transactions
Max Size: 175.73/200 MB

Candidate Block

Mining Attempt 48389065f0f229b945b2b2ad86cce2d0ad94d9549f0031c47245fd88c69eada4
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 84439b11e8264fa99ed3cc4683946436d873cdb9e8857a07ceba300c4e659b0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,817
Size: 1.00 vMB
Total Fees: 0.00344744 BTC
Feerates: 21.09 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (603,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
311,660 311,660 00000000000000003763e53fffadda18054901e3cc612d153fd1fee807a27200 720 0.45/1.00 vMB 25
311,659 311,659 000000000000000020512ebe8ed55022e535e16e04ac335d170a48babd82e9bb 312 0.20/1.00 vMB 23
311,658 311,658 00000000000000001fab687f474f5d05b54300de8c72c991f4b50cef8ebfa31d 109 0.10/1.00 vMB 21
311,657 311,657 000000000000000012835efa543d0a2f77d2308b07310513859d9855192b695b 64 0.02/1.00 vMB 52
311,656 311,656 00000000000000000d94856515debb1692f4844223c57723302457e5a9a27dbb 55 0.04/1.00 vMB 7
311,655 311,655 0000000000000000348b93624864f44606bbc027353f1e21a975e08fa9403211 48 0.02/1.00 vMB 28
311,654 311,654 00000000000000000b2becacf5580d0a89f5089821f133c50e51956749f55240 692 0.41/1.00 vMB 28
311,653 311,653 00000000000000002807054a53f44eee2a87faf307344f74cb0a238f5aef96cf 256 0.22/1.00 vMB 36
311,652 311,652 00000000000000002e728dda1b63a34ffa003a8de49717f83ff7bf5e188abb3d 8 0.00/1.00 vMB 25
311,651 311,651 000000000000000006e4294e73ab88a019937f2914ea74d5e63687ef14ccbf9a 298 0.19/1.00 vMB 23
311,650 311,650 000000000000000039c17c265366453e5e81076ca828868d3c718e2f5ab69993 189 0.11/1.00 vMB 26
311,649 311,649 000000000000000031ff21b0791a913c8cd97ac5ce00e523523e85752254cca6 254 0.13/1.00 vMB 26
311,648 311,648 00000000000000001095be877d5ddd95a72e4db08131b900a44c8540d4f98b24 498 0.27/1.00 vMB 26
311,647 311,647 000000000000000020c41dc9ff76662ba66c82187db64859da43859ccd58f7f2 250 0.14/1.00 vMB 25
311,646 311,646 00000000000000002f38d3c7be4e3b41cfdf094b7fc0556be374790511514aab 197 0.12/1.00 vMB 33
311,645 311,645 00000000000000001d5fa5703e8f7b702463dde8f5062780a5e403d11bdb3aad 136 0.09/1.00 vMB 26
311,644 311,644 00000000000000003d52cf3827b7d06b3fb737a832b156fc680183e73a98b087 249 0.18/1.00 vMB 23
311,643 311,643 000000000000000018aefae1a54c4aabffe566cfbe0cc150f96a403e082b1da5 253 0.16/1.00 vMB 27
311,642 311,642 00000000000000002f00ce71139c4b7a9b14c66224c766334c75231cea4eef91 1 0.00/1.00 vMB 0
311,641 311,641 000000000000000038296ffde7e63645416b4d50f36db0a867a86d94096eb082 86 0.06/1.00 vMB 21
311,640 311,640 000000000000000032e03ac40baa5dfc45506354d823a2ce0e09f72aa6023545 64 0.03/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.