Loading Tool

Explorer IconExplorer

Memory Pool

46,004 transactions
26.81 vMB
0.08681145 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt fca1a8759b29ba9f5baae297bbeb2957370479faa3a4aaa0d962e15b868be6ab
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root d9021afbce5ee0d751888f6fb2d7d98cdcb4b1b6c3915ca7f5285954fd39c2a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,403
Size: 1.00 vMB
Total Fees: 0.03725155 BTC
Feerates: 101.64 > 3.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (461,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,524 453,524 00000000000000000121f6f4b20136a36c62d6dc58525aa084422db31762b644 2,030 1.00/1.00 vMB 133
453,523 453,523 000000000000000000485d6b6681022766029ae1ae0b423b82c91dee9655bb61 2,714 1.00/1.00 vMB 168
453,522 453,522 0000000000000000022faac34cf85c92ba468f990a5976a26018fc4dcbf2a78d 2,282 1.00/1.00 vMB 99
453,521 453,521 0000000000000000014c03b80417ce0205694877955ed6afa0859c9bf2b475b8 2,411 1.00/1.00 vMB 88
453,520 453,520 0000000000000000016b4dd95c6ede0fd49ca969428d734548fc8d5d611f9d2b 2,016 1.00/1.00 vMB 97
453,519 453,519 000000000000000002444797c69b3ab15bfa1f55ce9154a84bd3eed88191e7e6 2,054 1.00/1.00 vMB 96
453,518 453,518 000000000000000001a7d604c71437796f1d16016d0ce0cd34e41cdb05d10b02 2,566 1.00/1.00 vMB 128
453,517 453,517 0000000000000000016ea635c7fefe9d81df4efa8302ccef7630865964c15770 2,193 1.00/1.00 vMB 177
453,516 453,516 0000000000000000010665085c6bbe9d1c3325f83ec95c6d53ffa7c61f6ae435 2,043 1.00/1.00 vMB 123
453,515 453,515 0000000000000000023287f3f29e9a5785ec440f1332b40e9247d7bc452f66d0 2,299 1.00/1.00 vMB 137
453,514 453,514 00000000000000000233d81c53d03c517c45bb4d2b30c2e3165b9ca62cf2cd80 2,409 1.00/1.00 vMB 129
453,513 453,513 00000000000000000272f2cd6d18e60d6bc171da874f09c744119c2cedf6acf2 3,300 1.00/1.00 vMB 65
453,512 453,512 000000000000000000ecf6fa0444a0ae9d0a4fb3cb720ed0b3843fbc02e074ee 2,482 1.00/1.00 vMB 75
453,511 453,511 0000000000000000025cf688d022bae2e31e1b5361244afec847f285aaddc7ef 1,809 1.00/1.00 vMB 62
453,510 453,510 0000000000000000024eea2aecf89261dc207dccaa548b1069cfa5503b1ba28e 1,317 1.00/1.00 vMB 84
453,509 453,509 00000000000000000060b2ebbf24b10043633ffcfb66544296d8c45e199f312c 1,785 1.00/1.00 vMB 71
453,508 453,508 000000000000000000f8ccb67f38fe3ba27fec39d2348b0623bc7e10b6df4121 2,337 1.00/1.00 vMB 133
453,507 453,507 000000000000000001cc275f4cf19c2814b17dd1ee1c272cace492deff56cb46 2,198 1.00/1.00 vMB 151
453,506 453,506 000000000000000000ec584ac77b1c5f839bb19c8fbf5de9a8e1c141c0944bd4 2,594 1.00/1.00 vMB 144
453,505 453,505 0000000000000000005ab2d257764cf57bb8f7ec07897537c35255522a9a6944 2,331 1.00/1.00 vMB 119
453,504 453,504 000000000000000001c877f471b326bc88d2f9d203c1901e109999ea027972aa 2,228 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.