Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

965 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,676 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,675 (566,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,505 345,505 0000000000000000040f29b6896b96db047c56a12e58b6020bafa10f857cee92 0.27 MB 284 17
345,504 345,504 00000000000000000386695032f551f63c4d94088066310d25911540fb20d474 0.24 MB 512 22
345,503 345,503 00000000000000000898e140b21010f12a457f6dcdd6e0fe73cb46da6389f17f 0.18 MB 512 50
345,502 345,502 00000000000000000042c1ee8175ff02479a1670af425a61770dfe3dd8013d67 0.26 MB 415 24
345,501 345,501 000000000000000011288b196546c115542abb9a66f691ae8da456abed6c86f4 0.18 MB 265 24
345,500 345,500 00000000000000000f8b81c56f8bf7bd32181e24b043cb241dc6e649370e76ed 0.10 MB 166 22
345,499 345,499 000000000000000003f588aa33854dcd4042176a7b6fc5012b080ea1fd44405f 0.41 MB 343 22
345,498 345,498 000000000000000012a4f1aa6502f0f6770181543b7d1898f09785ca684f30d2 0.48 MB 616 16
345,497 345,497 000000000000000002909762f04c56c511f1403b228a55da7f31c40a4db6c6cd 0.38 MB 695 30
345,496 345,496 0000000000000000171408060d5cf5c3b4f0a56167179d8f317e846728c055e2 0.49 MB 786 25
345,495 345,495 000000000000000009db784275e51eb7edf2788509292279727858435544fdec 0.10 MB 140 15
345,494 345,494 00000000000000000f42bdad31703bc0b9f53d13efc72063b860dc7aed2c9567 0.08 MB 37 7
345,493 345,493 00000000000000000e941ef830b9f632bdc6c7962cb48940711f2771f2ae0070 0.15 MB 168 16
345,492 345,492 00000000000000000abe089c65a0d65a4a3725949588bbe08d48519fb341356f 0.07 MB 64 11
345,491 345,491 00000000000000000de01a097d32b776719d49f93d0a809f064ee46491501ffb 0.20 MB 314 18
345,490 345,490 0000000000000000113b117304bdf00e686eb0303e305ff9d150fef1729c1f94 0.20 MB 210 15
345,489 345,489 0000000000000000006396fbc7be3ec43d15e6e269c409ef5e456a9040d1ea4c 0.07 MB 57 7
345,488 345,488 000000000000000010a5f874fb081ad0699ec4386cca332f3656f8cff5550a7e 0.17 MB 252 15
345,487 345,487 000000000000000009a65d560c808dd8cc1a0a0f5013739a946d5e1399597921 0.40 MB 668 121
345,486 345,486 00000000000000000cf6b2608eceb37fb6ee3c5d430df245b01d9d5c2d087723 0.10 MB 256 27
345,485 345,485 00000000000000000519b5f15b51f8056e2e2b802cc49d8a1fb19e28559c37c2 0.19 MB 321 24
Previous 10 blocks ↓
Total Size: 776.49 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,425.02 GB sent, 131.07 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.