Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,786 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,318 000000000000000000022b910000000000000000000000000000000000000000 ago 0.76 vMB 2,781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,317 (837,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,144 74,144 000000000042d9141d90c45a558ceca94e4d040b3570ad71bab6089399252ce1 0.00 MB 2 0
74,143 74,143 000000000003e62f8902cce2647954afe5bdfc7e907611da9f022a3b249f1d65 0.00 MB 1 0
74,142 74,142 00000000003d8fa881121a0ec3218e1288dbc1dfd96bd960dd3660d7894f397a 0.00 MB 1 0
74,141 74,141 00000000006b9f404a21d46341a7f49e52d0bd99597f83c14e3ad785bc16ca3e 0.00 MB 1 0
74,140 74,140 000000000042fc1bc665458e2c67b0808c23cac163f1b793bf67106a495f4b01 0.00 MB 2 0
74,139 74,139 0000000000625a98d48c221abdb69c4fff0032702efae53f185659c3bca16c0f 0.00 MB 1 0
74,138 74,138 00000000008992b1430b40139d5385fb18b1de9a7c915b61d7c36bfbf101552e 0.00 MB 1 0
74,137 74,137 000000000032dbed20cee77992c4a844f281b6e753b49d33f9271fa26925b69f 0.00 MB 1 0
74,136 74,136 000000000069a1495ecc739bd54b1234c34f509a17aa193d89b7b4d821a8dbde 0.00 MB 2 0
74,135 74,135 00000000003e954333f60b01d64f27ee8cda6f4c7a6661df6ab5f11922daf116 0.00 MB 1 0
74,134 74,134 00000000006e068ed6cfda97a2c4a9e9c3e805296c00042113c7bceed8677f14 0.00 MB 1 0
74,133 74,133 000000000099b25ce1d7f118e0884921552a1fa324dd1edf35dff01a7e1cb439 0.00 MB 1 0
74,132 74,132 00000000000f65db8e205481962c157b48946319506c2f5d7f2cd225111cee61 0.00 MB 1 0
74,131 74,131 0000000000212e56ed238535556a09370f8340669424a7d609c56e0ae85c51bf 0.00 MB 1 0
74,130 74,130 000000000076f70668f95520ffe3be2ef6562ec2e7f376b0396a2259498c086b 0.00 MB 6 0
74,129 74,129 0000000000ab7d247e122800b48dbf07946eceb959718c7a9bbe9a40ecbc0016 0.00 MB 9 0
74,128 74,128 000000000036c1a5f1e1c4c5e5efb2c31aeb8e61b75fac2e5ad74f7f3ebb2b8c 0.00 MB 1 0
74,127 74,127 000000000036c88129ffa6ace00941f8a900fd966551d2914c279b07c9de5ebc 0.00 MB 1 0
74,126 74,126 0000000000a3646101b71cb5ca27a7bf7e9901ad31973678151e072bff852861 0.00 MB 1 0
74,125 74,125 000000000034880b2db394074f133b83466522b49d922b352b268ba24e56c48c 0.00 MB 1 0
74,124 74,124 00000000001c92e8e45824ca1ec542f0dd3bdb059e254176c20a962b32a5afcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.83 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,399.42 GB sent, 127.99 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.