Loading Tool

Explorer IconExplorer

Memory Pool

73,310 transactions
28.23 vMB
0.07300477 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 8ee1d315f0b984539f4cb11b3fb3634f65847968597f01099264f29bd6c43c0f
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (151,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,387 763,387 00000000000000000000775f9b023ee09afe1eafade4850e2d93933d4d5e84b5 1,920 1.00/1.00 vMB 31
763,386 763,386 00000000000000000004612dbe2b9f1d5a8dca977f1744a2847521f7df39d9c5 2,383 1.00/1.00 vMB 27
763,385 763,385 00000000000000000003f8a24f37d2297991e0200715f84704ab8d170e8cd918 740 1.00/1.00 vMB 16
763,384 763,384 00000000000000000007041e824f6db963e7319de48ae046f15122dee864d150 355 1.00/1.00 vMB 14
763,383 763,383 000000000000000000043d9d095127091e5a6c82677367adc08551cf8d01ac36 1,372 1.00/1.00 vMB 20
763,382 763,382 0000000000000000000203895389a28cf3b6c1852a4644e29387a6875b4536e7 1,202 1.00/1.00 vMB 18
763,381 763,381 0000000000000000000764e21a42f78a65d1118e73e0ee8e70958676741ff2a5 1,065 1.00/1.00 vMB 18
763,380 763,380 0000000000000000000163416b1eb2d2a4c0e4636a6681806528c89e52778106 114 1.00/1.00 vMB 13
763,379 763,379 000000000000000000029c0709e86d4ea59d06e9f59d7b90dbd6e4771beb7445 246 1.00/1.00 vMB 14
763,378 763,378 000000000000000000019ad5be106edc4eb1510dab5db672a97544e545926302 355 1.00/1.00 vMB 12
763,377 763,377 00000000000000000001d8ffee1d5cc36cbbf1877ff2e478de3243aa63ec8c88 2,205 1.00/1.00 vMB 19
763,376 763,376 00000000000000000003590ca79f77e36a4e104444ff356425b2798502ffd896 2,563 1.00/1.00 vMB 32
763,375 763,375 00000000000000000005ef93f2f00ba9f61bd2e361b89ea6d70eafd6901c2580 1,129 1.00/1.00 vMB 15
763,374 763,374 00000000000000000000727d6f2c5c85bfb20033405e3bd9b4c6166f7da3ebfd 2,226 1.00/1.00 vMB 29
763,373 763,373 00000000000000000005b080ecf3e76f31a1170a2dce2aeb340dd020fc831651 682 1.00/1.00 vMB 16
763,372 763,372 000000000000000000073b8b3af1137ac907815312ddad92cc4c18266cdfd668 1,224 1.00/1.00 vMB 17
763,371 763,371 00000000000000000006ebe43e2945de08b1140b2a19da2190f1818753f3863e 1,131 1.00/1.00 vMB 17
763,370 763,370 00000000000000000002afbe9b04d4e711e15dcee6257a8550a844020d8bb689 2,475 1.00/1.00 vMB 18
763,369 763,369 0000000000000000000268ae4de2e99fce8e15d5df14ac8d0dcbef0962f4b7f8 2,233 1.00/1.00 vMB 26
763,368 763,368 000000000000000000023f6951b67ca833b203257bea4a6005c7b31f689e6f91 2,905 1.00/1.00 vMB 29
763,367 763,367 000000000000000000019be0fe1caad17db51efaa68b87bf37ff93f4d74e3a09 2,087 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.