Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,276 transactions (1.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,984 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,525 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,983 (86 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,897 911,897 00000000000000000000bdd7575541e6a62e8fd6499ed59714605f878d6e21b7 1.96 MB 3,115 0
911,896 911,896 00000000000000000001f563bbfd5dba2836085760bbb337b6f3440b138e91d7 1.89 MB 3,341 1
911,895 911,895 00000000000000000000309f716dcd285c6cc61a923cae7d94e377dd21a6a18b 1.69 MB 4,462 1
911,894 911,894 000000000000000000011edd97ddc418920cbec9d12b89d0e43ee52f3bec357d 1.96 MB 3,341 2
911,893 911,893 00000000000000000000b01427f691178c6e47bc63c00caba0e2e9a5a046aeee 1.74 MB 2,582 0
911,892 911,892 00000000000000000001b31253dbb1f25ea1e85a0758578c69f6e738e17b95de 0.43 MB 860 3
911,891 911,891 000000000000000000021089f06d674135d24f689943f9b45c0a4b06e4e7a98b 1.88 MB 3,897 1
911,890 911,890 000000000000000000000e7e3394f30238cd95cad64d9843318584824ed2cd4b 2.03 MB 2,813 2
911,889 911,889 000000000000000000021fec500415c75dec95a17c283a619e9044083451d222 1.88 MB 3,387 1
911,888 911,888 00000000000000000001229fc0f74444752e567b9f390a96bad6c7a4ca2d70bb 1.64 MB 2,916 2
911,887 911,887 00000000000000000000d494cc97c9f717d774e2536f17e9be0e407e28d331a8 1.62 MB 3,423 7
911,886 911,886 00000000000000000001615439c2a0bec9deb8d88480e533576ee246feef4a3b 1.59 MB 3,002 4
911,885 911,885 000000000000000000003eed91c833a2de64db3c9c3b1f9613552ada90ef33ee 1.66 MB 4,025 2
911,884 911,884 000000000000000000006e3f0855cb54e2ceac04ccbdc60afe1e7301cead5296 1.51 MB 2,573 3
911,883 911,883 00000000000000000000ebc57c50cc04f04b6a48b624344278c948d23b9f6ce5 1.87 MB 3,700 0
911,882 911,882 00000000000000000001294db11ddce9925b2e1c463fe85b6562c9914bb1a5e7 1.64 MB 4,315 2
911,881 911,881 0000000000000000000129026c5957c2a768c949ef59b0c6fa590815850d20f6 0.01 MB 38 2
911,880 911,880 00000000000000000000fa6bd54d2583c122a78a97578384c9cd222a01cd9e67 0.42 MB 852 2
911,879 911,879 000000000000000000006b493c66f2121ddc7169368c172b7e5305210f8548e0 0.78 MB 1,316 3
911,878 911,878 00000000000000000001dcba1392972a2e2789b1110b6b785f5a1215edf8a69b 1.91 MB 4,794 0
911,877 911,877 00000000000000000000380bdf2194b183a3707f11883b271f857f8c56ddcf2b 0.94 MB 1,645 2
Previous 10 blocks ↓
Total Size: 777.06 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,502.99 GB sent, 133.74 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.