Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

584 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,601 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 564 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,600 (842,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,103 67,103 00000000047cab4f1d903dfdba34cfd0d03c6231f2f4f5ed8c5d3cb8b5d18aae 0.00 MB 2 0
67,102 67,102 0000000002200fd8d39a6bc886d62e024f13a62b10bab005879c3ff4a327f688 0.00 MB 1 0
67,101 67,101 000000000566043ce186c492d45e91483a86a25e5501971b2fbd323ab65bc0c9 0.00 MB 1 0
67,100 67,100 00000000018443387938f356e2f02472b06aa6b9d238a3eaa1e0723a2cfa10f4 0.00 MB 2 0
67,099 67,099 00000000012c802a32fb0e9e344d55c2f68d63b9de4967d9de9cdec9afbb0102 0.00 MB 1 0
67,098 67,098 00000000004cf7207c707a1539a19ccb96a774e8084f3147f835974c16ae7647 0.00 MB 2 0
67,097 67,097 00000000052d3fdf3a82c63ddf65fdc7fec769c9c5ffb92a01a39207ece89ff9 0.00 MB 3 0
67,096 67,096 0000000003ecc715e2c7b65e3d07e94515e81ce67e6e4dd472c6bf72bfdade9f 0.00 MB 1 0
67,095 67,095 00000000001f946d6c47f9e5eb9ae24cc3abbf6380bf2039ec18a516dd9a0f58 0.00 MB 2 0
67,094 67,094 000000000551a26e8b98765d3b9d8b1df77f87c2d95c616c19960f3b8b27cd16 0.00 MB 1 0
67,093 67,093 0000000004e2ea28be50e59645e6f924b9adf4e623264f72a1a99602e9c079fb 0.00 MB 1 0
67,092 67,092 00000000010d0ce787b64692926fc03fe864887812188b7e6996afe1e77b893f 0.00 MB 1 0
67,091 67,091 00000000017dc665f4111aa9f80cf05bee71957165e1d308f55031c80c474038 0.00 MB 1 0
67,090 67,090 00000000026b23bd8dd57da324527205a7dec9ac6c5fe0fb7bf410ceb2751824 0.00 MB 1 0
67,089 67,089 000000000558686e09b1d389dedce04755ccab712c8282a3427675f8a7f17a58 0.00 MB 4 0
67,088 67,088 0000000001bb2690b4cf4b3694e1d3376715042f7381b3a96e633b721ba08127 0.00 MB 1 0
67,087 67,087 000000000051d1e0f57e6399a48ed8ed25d9ad38d3c85fcbff7ab6769eb75c7c 0.00 MB 1 0
67,086 67,086 00000000037b62ce0a7d4bb3086fd78061e4e75aaaa9d5f3dc26bbe5bc91b330 0.00 MB 1 0
67,085 67,085 0000000003d39f86a1e092396312717797cc8f00f99f67ff9a3a00ede7287718 0.00 MB 2 0
67,084 67,084 0000000000bf30211e2695f2003f2830850be2f42081f01b4b87c28f247d9d7e 0.00 MB 1 0
67,083 67,083 000000000541f341e689359933ab0324b1a5f8c78cee5391592352a5b3fc7679 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.67 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,098.84 GB sent, 111.64 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.