Loading Tool

Explorer IconExplorer

Memory Pool

74,767 transactions
27.59 vMB
0.07466576 BTC
Random Selection Loading Transactions
Max Size: 168.37/200 MB

Candidate Block

Mining Attempt 8d3741bf30a570f2e9b88f96657b17b09fb366bbb8cd024ed1d6e5ea9b4294d3
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root f67e94193fc6bf40181fafa2fec8b1b4c5cbb94a83c7f600ee628d6d280b620c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,485
Size: 1.00 vMB
Total Fees: 0.01551360 BTC
Feerates: 301.57 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (124,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,440 790,440 000000000000000000020c14012dd2362c12d4c0bcd0d08f9aecbc21436fb46b 4,721 1.00/1.00 vMB 66
790,439 790,439 00000000000000000002e98756b76020224d5e8ceb02ad7b02471ac53adb6374 4,373 1.00/1.00 vMB 96
790,438 790,438 000000000000000000039cf43eec3919a6c57acd120b422998fc33360ee567b0 4,313 1.00/1.00 vMB 63
790,437 790,437 00000000000000000003269811c1bbeb5c42221090f505defedfb32d0b22cf4d 4,220 1.00/1.00 vMB 62
790,436 790,436 000000000000000000038c514f956454417cc72e26dbe0c2147bfe896b0db5a1 3,988 1.00/1.00 vMB 94
790,435 790,435 000000000000000000008b1c7fb411ac3d7b2f09f1d235c2e770b529f6c401a6 3,848 1.00/1.00 vMB 42
790,434 790,434 0000000000000000000520627ee4a5db968e9dc2e090986966d8e3ce6b86a9cb 2,862 1.00/1.00 vMB 42
790,433 790,433 00000000000000000003bd066d96718b0602a5928317e646e91be9d2f51d72b2 3,471 1.00/1.00 vMB 40
790,432 790,432 000000000000000000027c4b6a573b05bcdf413e3189fd868bd02748e6110929 2,540 1.00/1.00 vMB 30
790,431 790,431 00000000000000000004bdad3593a62d27ef8b2d57153756579ffab6a95b051e 2,980 1.00/1.00 vMB 37
790,430 790,430 0000000000000000000256c709eead0beda30f653b467ca52f49a39196536c6e 3,331 1.00/1.00 vMB 66
790,429 790,429 00000000000000000004300ec496732f794bfc8e2f005c1675a965a06b345fc8 2,600 1.00/1.00 vMB 46
790,428 790,428 0000000000000000000120c648820d92753bd3242702c0a0c287805762c78bf2 3,886 1.00/1.00 vMB 77
790,427 790,427 00000000000000000001ff08b6e38944f5be1f3fce2b74c11bb1d27cc6a4fd52 3,081 1.00/1.00 vMB 83
790,426 790,426 00000000000000000001d0cf6f26a8b9aad8bba52bb51d3494198a248d78290b 4,104 1.00/1.00 vMB 82
790,425 790,425 0000000000000000000196b486362935a2d35b598aa53838b371caf01281986a 3,554 1.00/1.00 vMB 85
790,424 790,424 00000000000000000003c4feee13f5ae2724c939d59d695d915ac9477e1e19d8 4,154 1.00/1.00 vMB 81
790,423 790,423 00000000000000000005997c669b53692a96ef7eb622d22146b556fe9143d21b 4,683 1.00/1.00 vMB 70
790,422 790,422 000000000000000000031f0618013580a1185b18eb462d8c56767fd6a8cfbd87 4,121 1.00/1.00 vMB 60
790,421 790,421 000000000000000000006d30347e7e7d08450e6f0a8b9ed776b446662acd615d 3,440 1.00/1.00 vMB 87
790,420 790,420 0000000000000000000563af2c3be1788e2f2f483986943846d747c6ef4531d8 4,172 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.84 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: 711.85 GB
    • Received: 17.14 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.