Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,821 transactions (4.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,293 (837,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,149 74,149 0000000000abeb5e39c74c74659df83b3f54a92bd26bed73e9371ef022216743 0.00 MB 2 0
74,148 74,148 0000000000050c5f7b9df09653e676df3a2820995bd131f8cfe3b081f5fe845d 0.00 MB 2 0
74,147 74,147 000000000060b81ce3558aa005889439a93bbe4f90fad84453473827220e90ba 0.00 MB 1 0
74,146 74,146 000000000057b8f7e10d1a60212ed95a5b6f33196eee94639b583fe8cf9d8639 0.00 MB 1 0
74,145 74,145 00000000004879839d6abc36d034f478087ebc5e2f5a7c19168cb0ab9dd63a08 0.00 MB 5 0
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
Previous 10 blocks ↓
Total Size: 775.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,398.22 GB sent, 127.81 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.