Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,881 transactions (1.96 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,827 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,826 (870,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,714 40,714 00000000034b282cc916ae66cac945e6da0cc125700efe0558396520b30df4f7 0.00 MB 1 0
40,713 40,713 00000000209d2888ce9a2fb77977afc9c883df8efc0629c2f367db784f45c52d 0.00 MB 1 0
40,712 40,712 0000000061447f43ca09d0553a01baa0b5161c52c4eab9b4c0190c874440517c 0.00 MB 1 0
40,711 40,711 000000001aab2012868fffb240ce1a914f3d4e436a3687c60539173c234f5ebe 0.00 MB 1 0
40,710 40,710 00000000543774fb39bafc389bf33bccedf7745e6e7f13bb22aa09d0099dfb4a 0.00 MB 1 0
40,709 40,709 000000003a766dcad7c6580143d790f4667e5eedb36a7d473d265aab84d15e74 0.00 MB 1 0
40,708 40,708 000000002b9c2f47d91eb1ec9d981e039f5a99adb4fb246de7d3902bfc8921de 0.00 MB 1 0
40,707 40,707 0000000037bf1544e7722b12f4e5f2015cd0e0e2b88125bff4b1c3b492ebceb3 0.00 MB 1 0
40,706 40,706 000000002dd5e72bde61d47a846baeacd7612ec1227dee96da19391b922043f7 0.00 MB 1 0
40,705 40,705 00000000224b0a2ad5945d15bfdb75172a853931c41e7cc7bf8ed6135afe669c 0.00 MB 1 0
40,704 40,704 0000000062ef85e023334ac5aa24bd1c9c9341de25d78227ba7fd94ca8dc52b3 0.00 MB 1 0
40,703 40,703 000000001d28a807b8bce4fb711d4d7ba31c43a540558833b4a2d3807ed3a96e 0.00 MB 1 0
40,702 40,702 000000005e630cae50edead119ac79f4fbcf84377fbc36f7cebb81fc2f9570f8 0.00 MB 1 0
40,701 40,701 000000003b2618b6dc3d447d6d63e75c48d9183b48cb260c94f2c439c0a15a1b 0.00 MB 1 0
40,700 40,700 00000000399f6aaaf6dac34d5474f6504d9b9806f64e5e87a84968ed20827898 0.00 MB 1 0
40,699 40,699 000000001a22b194fc2013ae9e42e33c41d1b1a5b3a82acf6f0e5c104666712d 0.00 MB 1 0
40,698 40,698 00000000520c34943cffa75d6720e3fe5efdf6012e92148f507164b1f560dc61 0.00 MB 1 0
40,697 40,697 000000005151c82ef31b9274ad20e1533a48a497bc601fc86f19a23708cf85ce 0.00 MB 1 0
40,696 40,696 0000000009768cf6594ab9501dbacc0a725e4f936b5160ad09d203e82a02d80c 0.00 MB 1 0
40,695 40,695 00000000653cb203732279d29dfb70a16276118ba44dc77cc9d0ec54a1f9a247 0.00 MB 1 0
40,694 40,694 000000001b851c34da49cf44313e49226941bdd499373b77a5020b1c5551670e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,323.79 GB sent, 123.31 GB received

Notes

  • This page updates every 5 seconds.
  • 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.