Loading Tool

Explorer IconExplorer

Memory Pool

78,990 transactions
29.27 vMB
0.09579235 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt 9031b7c23b2d5b3c9e8cd7ed1317fa5f2daef1ce8dbb3638fd1b8f0fc86bee2f
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9bf483a9a535460ff1c7e39defc79eacb1a9d4ffc95a1ad393b704780679716d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.03409720 BTC
Feerates: 150.62 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (491,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,433 423,433 0000000000000000030ea5ec3cc3995bf38486a051e6d5cb8ecf4ae23bb8bfdc 1,553 0.85/1.00 vMB 54
423,432 423,432 000000000000000000d2cabed1b2ae805db710172e731cb78438f260a611209a 1,595 1.00/1.00 vMB 46
423,431 423,431 0000000000000000011edeab34b5145125efa596fbc2e6a88825acd9570aa4d8 1,085 1.00/1.00 vMB 25
423,430 423,430 00000000000000000334f7def254956622f3102e55f0dabfc1852535f0a3e63d 291 0.69/1.00 vMB 16
423,429 423,429 000000000000000000faea92d204fc5cda2de07e5ed4a09841238de955e50e55 611 0.89/1.00 vMB 22
423,428 423,428 000000000000000004072adac4a915c56af9457dae75ff6bf3bfe6a4194cd598 1,965 0.93/1.00 vMB 59
423,427 423,427 0000000000000000020626fd778ee9f380781e9b54bd298971e977fdd9ce3e3c 2,246 0.96/1.00 vMB 67
423,426 423,426 00000000000000000364488db6eb90450e4e29119979bd5a66924227b5a3fc17 1,217 0.74/1.00 vMB 44
423,425 423,425 000000000000000002a2c91430e0bb9d91fcde413d7ed7b80491a20bc8b8cefa 2,539 1.00/1.00 vMB 70
423,424 423,424 000000000000000000cd9e33be3281764a4037df55a1c7ef66b31857cb316311 2,240 1.00/1.00 vMB 111
423,423 423,423 000000000000000001fa09a3a59b4b71eef72b8483f1b906f6c35f17cfbbf876 1,173 1.00/1.00 vMB 31
423,422 423,422 000000000000000004fbc80278359ac6b0deecc6d540d680baf32b75376431d0 1,944 1.00/1.00 vMB 84
423,421 423,421 00000000000000000173e7f4437b99195008b7535511d2117adc9fd7917f61f5 1,726 1.00/1.00 vMB 45
423,420 423,420 000000000000000000926985c0b634e277ed29d231a0be2549b3503e7f6a5499 2,524 1.00/1.00 vMB 76
423,419 423,419 000000000000000002cfa70ff229307933d3605a3b23bf5137df37e99b9282cb 2,089 1.00/1.00 vMB 80
423,418 423,418 000000000000000001796113d01c3dcac0582501fd22812ce70a247009b88c8a 1,538 1.00/1.00 vMB 36
423,417 423,417 000000000000000002bbca0158885f5b30c6f92ac3e18b7e9194d5f5a61b7e3f 1,185 1.00/1.00 vMB 40
423,416 423,416 000000000000000003cfe3545f0ebb3159840e0672ed50d99e6ce08382a79583 1,619 1.00/1.00 vMB 93
423,415 423,415 0000000000000000033c16b4b8ae04ca412430968e1ceed7b8637b45698b8df7 1,659 1.00/1.00 vMB 61
423,414 423,414 000000000000000001e2fd599adb42df1a99178c02657bb461ce3786b391e1d1 1,835 1.00/1.00 vMB 66
423,413 423,413 0000000000000000055e62a62e0208f2769dc2ae1a9144656fb971f3a45ead6e 2,513 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.