Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,518 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,648 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,647 (141,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,146 770,146 0000000000000000000171b507f818d6cd3f6bc4ce9a81f3c83af63fe5616657 1.55 MB 3,074 10
770,145 770,145 00000000000000000003c9e1ebe12b20a64126c850809c9c0deeb695386ef604 1.88 MB 1,200 3
770,144 770,144 00000000000000000007863bca79b4c2b1b36ef45ae4289012f8f491653b84e4 1.70 MB 2,554 9
770,143 770,143 000000000000000000030fda43bf0fcaeb3b3ad80b4d87e49d1e5ec1dc185f92 1.82 MB 1,982 7
770,142 770,142 000000000000000000027e58de0ba19895aa84a2b49b38360be4532e9240b0f9 1.46 MB 1,842 6
770,141 770,141 00000000000000000000082797a2134744e01ab6d5bc5997fc9aa0cefc5fe696 1.44 MB 2,808 11
770,140 770,140 00000000000000000002f1a09b1a50e40af57ef4dac3a6101b301974db227d45 0.49 MB 748 7
770,139 770,139 00000000000000000007023f6f3af48e858bdd8c5fb7a4d621eec3a920d6c613 0.09 MB 204 10
770,138 770,138 00000000000000000007d3439c95fdce506ddf2aff4c8b0429d9733a3fc28002 0.85 MB 1,555 9
770,137 770,137 0000000000000000000357cba0312333842291192613549a0fe311cfadf4035b 0.00 MB 14 13
770,136 770,136 00000000000000000004d93c0623ccd5d72872e575ad6f237c7556b13509bf88 0.32 MB 480 8
770,135 770,135 000000000000000000061cf5986e988e3de10eeb3241996cb7449825c83a48f9 1.03 MB 2,008 8
770,134 770,134 00000000000000000002ae2edd19ac8ed565949056df03558f2e112b1821e151 0.98 MB 1,697 9
770,133 770,133 00000000000000000000939fbeaf2a877f8a5ea5f1229b6956efb4dbc2fb4b63 0.24 MB 333 9
770,132 770,132 00000000000000000002facdf4b686d37bb2582d8b8e824d46eb1c41049856bb 1.24 MB 1,930 7
770,131 770,131 00000000000000000003accc7806e0c54c8c58717ff352dc63d2aa0b3bf9e3d2 0.50 MB 1,102 9
770,130 770,130 0000000000000000000234ad365e0ae611d6b2039773daa2ae23e0d535e8b8f0 0.15 MB 276 10
770,129 770,129 00000000000000000006bb4de082f77176c05b982299aa0f69dc07cebbd59e09 0.03 MB 53 8
770,128 770,128 00000000000000000006b5d33bd8cf2248643532424ad4bc9b9b5339728803c5 0.20 MB 262 9
770,127 770,127 000000000000000000022883acca3c6873ed100395b3ca617ccd66e2508ddd55 1.14 MB 1,105 6
770,126 770,126 000000000000000000046f33c692e143c48361eceaad6a392231f9c009e4d401 1.84 MB 1,274 4
Previous 10 blocks ↓
Total Size: 776.43 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,423.55 GB sent, 130.82 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.