Loading Tool

Explorer IconExplorer

Memory Pool

86,522 transactions
32.46 vMB
0.11222722 BTC
Random Selection Loading Transactions
Max Size: 195.24/200 MB

Candidate Block

Mining Attempt 3405bdc20f63d81fedc46fdb5654a3d9ee87e0a4e2441f7b623cbb1e0b81b462
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 5814ef7794c36808f1b5a987a02ae1eb2412dee074d9a7a64fbee55a21438b82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.03761152 BTC
Feerates: 218.18 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (108,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,455 806,455 000000000000000000044ad633f211e984daa0add20058895f8708fc7d0db2e4 3,596 1.00/1.00 vMB 20
806,454 806,454 000000000000000000011245af9afcf665568d4ed96006e10e0fbb47acb425b0 5,762 1.00/1.00 vMB 18
806,453 806,453 000000000000000000049b05b7146d87daa3ee2509391ff32858b20bfd016166 5,370 1.00/1.00 vMB 18
806,452 806,452 00000000000000000001c9fc6cd98e013ebf005529f9fb540b89b793c6e05f44 4,355 1.00/1.00 vMB 20
806,451 806,451 000000000000000000019dd938116cf9292405435f025002214873becbba4c88 6,189 1.00/1.00 vMB 16
806,450 806,450 000000000000000000029fc9bf9540a6d19221772d5a6034bd12fa01f490f03d 5,625 1.00/1.00 vMB 20
806,449 806,449 000000000000000000033df6d0c924b3cdecba67416f1e041854f9860b9bb3b0 5,440 1.00/1.00 vMB 18
806,448 806,448 00000000000000000002caa91579077faa6df80d14c4d8230f1c8ee6b5d301f2 3,012 1.00/1.00 vMB 20
806,447 806,447 00000000000000000002472cd57dd4eb15b1dd7389c1e1eed4e0cd5a0b41344a 3,408 1.00/1.00 vMB 19
806,446 806,446 00000000000000000000a9a99e78e63b25c2c6baa667737300644ebfb0bf8c32 4,325 1.00/1.00 vMB 20
806,445 806,445 000000000000000000008377fa6243a87d85c56853b8329d49e2dfb382dbf437 6,316 1.00/1.00 vMB 18
806,444 806,444 00000000000000000004df4f60c945c36e8a97b5f28d7f9aa5cf16220a55a4d0 3,849 1.00/1.00 vMB 24
806,443 806,443 00000000000000000004806456856ba959bda6509e1dd984e19abfe8dcc340d6 6,725 1.00/1.00 vMB 17
806,442 806,442 00000000000000000003ed805316c93fcbf7b9db944790acbf3925402c6ecc2c 2,803 1.00/1.00 vMB 21
806,441 806,441 0000000000000000000068bc6e1fe70c35247dadec385c0e60879d31ca68ba0f 3,250 1.00/1.00 vMB 29
806,440 806,440 000000000000000000019de8fb95619913818e04bc4b44c29419a64a898843d0 5,899 1.00/1.00 vMB 16
806,439 806,439 000000000000000000007100d58b943db7c7a252bcafbd7e0efc238a933e1721 3,328 1.00/1.00 vMB 19
806,438 806,438 000000000000000000035a5bc7c0c4c8d7cfbb2b61107ffaecf18c6299a07284 2,151 1.00/1.00 vMB 20
806,437 806,437 00000000000000000001dcbe4dd037f1527368b796a1ff2124aeb38b15f2ddd5 3,385 1.00/1.00 vMB 27
806,436 806,436 00000000000000000000283403ebbfb2b3748a90edf7096596204bd147351dfa 2,404 1.00/1.00 vMB 23
806,435 806,435 0000000000000000000264ea9df32a36b9f7832e861078ecc414be590e6184cc 4,763 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.