Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
29.64 vMB
0.07454015 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt c24a4d823c784719a2d4e3222ee3ef4e1d148e040f97610eab2f954d9c0096c2
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 6b7e2d15a11aa8c9638b6fa6a568461ce2d887e984dbdb3d5ae726a16eebbe03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01424608 BTC
Feerates: 150.98 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (479,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,834 435,834 00000000000000000046c419bef0a403ebc7c5a04552e0c5f01365d8839f7903 1,177 0.63/1.00 vMB 58
435,833 435,833 000000000000000001d0e51f38ee3c6bf72b8dbd48ee4055747d1f4931e57e82 1,275 1.00/1.00 vMB 40
435,832 435,832 000000000000000001f89d51f894a668c0d83fa39d58fd3a1b527c9bfdae9cb6 1,436 1.00/1.00 vMB 39
435,831 435,831 0000000000000000028d026e6e31a0df0a49f146b43fc671ac334142a17a8319 2,392 1.00/1.00 vMB 59
435,830 435,830 000000000000000001d51ec3ba46ed91d8d09891d30b0a0d7bb46471c14def57 2,492 1.00/1.00 vMB 76
435,829 435,829 000000000000000001fc54e556694596e8b4d4a90a2bdb44d05efafb8a7d421c 2,495 1.00/1.00 vMB 68
435,828 435,828 000000000000000002eb524e052e25b8a8701d365c41ea63736bcd575570c3a1 1,088 1.00/1.00 vMB 123
435,827 435,827 000000000000000000d00bd6c710585214b48e0eff0b056b71e89b42faea74be 2,537 1.00/1.00 vMB 78
435,826 435,826 0000000000000000025f0314b4f2b927eab2f51e3f90d75b7e1a862f60ec69b7 2,482 1.00/1.00 vMB 68
435,825 435,825 000000000000000000d2810b9ea280392f16c38780924ee874567c7868763050 2,574 1.00/1.00 vMB 57
435,824 435,824 000000000000000000ce3c5bb4beae1ea1d30b4398118a194478cb6a87ff3df7 2,333 1.00/1.00 vMB 89
435,823 435,823 00000000000000000196490615a3426db49922bf09c002e8b1bb5931a8575160 821 0.74/1.00 vMB 58
435,822 435,822 0000000000000000042e28ad6623c793ce686adcd2adeab78310ebc371211641 929 1.00/1.00 vMB 19
435,821 435,821 0000000000000000016aa0213983ce6cab1c3ef057d03f4fc20bd934f28775f6 1,357 1.00/1.00 vMB 15
435,820 435,820 000000000000000001d0c2170580c47592a139ab4cdbbdb234c99aecd5df8aa8 1,953 1.00/1.00 vMB 47
435,819 435,819 000000000000000001f3cd1f430f471c5f8e661ede74b5b3b8e7f19071ee587d 1,786 0.75/1.00 vMB 65
435,818 435,818 000000000000000003ba6a7c54ca1c427039ab2dcaf11ba56be8ef61ee2ba6fc 1,796 1.00/1.00 vMB 47
435,817 435,817 00000000000000000058137ee2b3b158006ef87a0d2866d73ab5d51758fc98be 1,057 1.00/1.00 vMB 34
435,816 435,816 0000000000000000014fd78ce7fbd47817cb7df448eacd147872182a8a9baec1 598 0.75/1.00 vMB 21
435,815 435,815 00000000000000000193bc79a6de66abd04a7e114006e74c05be514386f7292f 821 1.00/1.00 vMB 26
435,814 435,814 00000000000000000153c2d1900068c55ea34ee89a258e59e3362d6df2454f54 851 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.