Loading Tool

Explorer IconExplorer

Memory Pool

79,289 transactions
30.31 vMB
0.07826558 BTC
Random Selection Loading Transactions
Max Size: 184.59/200 MB

Candidate Block

Mining Attempt 13ea2410c7e057a366665c0f96228616c46939893736563aa496d508fc6077be
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 5d605c0d93d467b0c545cb80d4bb3c7d9908b71a69975a833c8b67f717a6a21d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.01044367 BTC
Feerates: 26.09 > 1.05 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (488,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,773 426,773 0000000000000000037c91eac27619ee840cf43069e559e9e88877ce93547c62 1,468 0.61/1.00 vMB 64
426,772 426,772 0000000000000000049176780fec5bcef8763d79b1f1cdb627d48ff3c83d62a3 1,871 1.00/1.00 vMB 63
426,771 426,771 000000000000000003c31fe95d333c93cbb61f499fa24e697e1d933003d18459 245 0.11/1.00 vMB 26
426,770 426,770 0000000000000000031615d4f33be372673970c3cbb51ea663bf804bbd8a856b 724 0.30/1.00 vMB 61
426,769 426,769 0000000000000000031ab96b09e9508b432cf16fa71632351a0c8ba6cc229e57 907 0.39/1.00 vMB 58
426,768 426,768 000000000000000000630f98ab3adfb69c70c131e9eb7d9f5c60215b16680465 1,963 0.79/1.00 vMB 58
426,767 426,767 00000000000000000310119ecff017001ceeb83748c044428e73daa48923440f 524 0.21/1.00 vMB 60
426,766 426,766 0000000000000000031e2c6a7e3e81cba65f50398ec20b9beb87c375ab497b5f 1,943 0.98/1.00 vMB 47
426,765 426,765 0000000000000000047342ffa934e310c59314e4559cc2c06e98cf13d49f1adb 1,002 0.41/1.00 vMB 62
426,764 426,764 000000000000000000fa70957ede53449ba78e22e0072c6b64bae8be5e3339c5 1,089 0.67/1.00 vMB 45
426,763 426,763 000000000000000003c2e33cdaec48793f8aa6866f9b8a9d415d2ae9ce1f1113 2,645 1.00/1.00 vMB 69
426,762 426,762 00000000000000000112cc1bf5d22c7ed2f19c1b0ac1d7fa477f598865726f1b 1,817 0.82/1.00 vMB 61
426,761 426,761 000000000000000001d8598c36c9a339d333dc89613016c42c335511a6d9eab9 90 0.03/1.00 vMB 61
426,760 426,760 000000000000000003a97c54d688c9486a275c28b86e990819bb2463562a22d4 1,509 0.80/1.00 vMB 45
426,759 426,759 000000000000000000e12e3a0b04212b7813c3e26e8979741db1b1a7a1622451 2,489 1.00/1.00 vMB 56
426,758 426,758 0000000000000000043f1a7407f8987740b0ff5e4b5c3d9725816c47e684127f 2,666 1.00/1.00 vMB 79
426,757 426,757 000000000000000000d3e5c33b3d3e8890f571d5bf642d8542660171c42cf2aa 608 0.25/1.00 vMB 58
426,756 426,756 000000000000000003cbab989a43ae4b2c806168b59bba6744d164ccb7c553c4 1,879 0.81/1.00 vMB 61
426,755 426,755 0000000000000000001519750a1137c2ab5ff1abeaf95dd83b1dddd1e1717e4e 1,333 0.58/1.00 vMB 60
426,754 426,754 000000000000000003a25f20ecd891a76479518422d45739d22ea6840ecaa334 2,104 0.93/1.00 vMB 58
426,753 426,753 0000000000000000008201857a99b0ce56f979c63ae517d27cc716d56c7c7a6b 716 0.99/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.