Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,332 transactions (0.41 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,008 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (540,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
370,446 370,446 000000000000000011f66cc39ee52a4cab2aadf59ba60355ac50599a66fa0261 0.09 MB 111 21
370,445 370,445 0000000000000000032d2e3a1b26e41cc889c33fda3781971c8cfc028ecb3a25 0.54 MB 1,117 39
370,444 370,444 00000000000000000f228929325dbd22ee04c630f9a1351ed99c5c49bf24f62d 0.31 MB 652 41
370,443 370,443 000000000000000011237828bb33fe06c7b4ead480ac203d3acb480ebc95a9c6 0.77 MB 1,509 37
370,442 370,442 00000000000000000e5d066a88608f5d9272cf1cf95633aea10da0072cfdfbed 0.80 MB 1,168 25
370,441 370,441 000000000000000014be6c0708e5e34a62b2042027f5c8eb041c0c9d788beb72 0.93 MB 2,082 43
370,440 370,440 00000000000000000acd3f2e5db37dbe63179055d9bb64f36249452ff52370c9 1.00 MB 1,863 39
370,439 370,439 000000000000000005db366c04383697db29b129f30c8cddfb2d2ac657c2cbc9 0.92 MB 1,209 22
370,438 370,438 0000000000000000020fbea9208931f1ac4f216ef77dba3caf3060a2690c9daf 0.93 MB 2,451 52
370,437 370,437 000000000000000013ce791b9e5de5a76a05a8c04e1a83d830b9e3306384d7c0 0.84 MB 523 9
370,436 370,436 00000000000000000e53bd11f27152d8649a0238308d7bd41b65cf826f4fb583 0.00 MB 1 0
370,435 370,435 000000000000000003ace60c80b3f7e33ba1672e7be1579d18c100a1d2a441a3 0.10 MB 124 15
370,434 370,434 00000000000000000174419fa2ba5003e123dbd97c6982aff1863f016b04789d 0.75 MB 1,339 38
370,433 370,433 000000000000000009ec3b8ad3dbf70cee5747c430517898e853bdaf98043339 1.00 MB 667 11
370,432 370,432 00000000000000000c502e8be9ae1168820d02eda1463b7d92c8a996bd88db99 1.00 MB 1,818 48
370,431 370,431 0000000000000000110cb087e56ac746fd00c3fefdbc873f300439a1a0a26a70 1.00 MB 314 92
370,430 370,430 000000000000000004e0c704d76093f575a666fc11a83f1477e5d7aaf7fc577d 0.93 MB 1,170 67
370,429 370,429 0000000000000000129a1ab80682b9aef387f6ecdf85a3bf0d0886bb7b6ac9cb 0.75 MB 880 25
370,428 370,428 00000000000000001187043789c80437ae1a05b47f6cdb675deb4e2f6cd1eebc 0.47 MB 747 29
370,427 370,427 00000000000000000fc625b6034fddb951058ddb3ab17dd1393ffd9eac1e3141 0.93 MB 1,331 29
370,426 370,426 0000000000000000118be191de73a3b4b864736ba8a88f151b5cc85ed445af40 1.00 MB 3,116 63
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.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.