Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,085 transactions (0.46 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
910,582 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,581 (895,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,301 15,301 0000000068e432c0e63d1a4a6428280e261ae45f3f6cb40c0ae732eb122b97a7 0.00 MB 1 0
15,300 15,300 00000000ac1debc9b9a430372843951c8a4e61f12bd561d50f5d96ecb8326042 0.00 MB 1 0
15,299 15,299 00000000aadf4a72fd58645820a003539b2a0bf3e6d8aea9bacfe561236f03fd 0.00 MB 1 0
15,298 15,298 000000002a56e97ba0817a5dc735ade92e8ab92c4bba5813766fd1b0cfa54c04 0.00 MB 1 0
15,297 15,297 00000000109074c9fd0027707d138ea760b9e78607a8183a633afa364a57ebea 0.00 MB 1 0
15,296 15,296 0000000016b984699422959f1c0d7efede323c3bcc7de7168a0cbc53d5c069d6 0.00 MB 1 0
15,295 15,295 000000002d5fb5cc0a3b5d637778ee36e645793d9c48b3e460e2413deb33ac59 0.00 MB 1 0
15,294 15,294 00000000917248978e330aea5c72177303e42f46f9518400fa6320efc3df278b 0.00 MB 1 0
15,293 15,293 00000000119f4a72230370d0ea320704a726cf7649bb395c29f3929f069c8b07 0.00 MB 1 0
15,292 15,292 00000000e1a2b221c2fd5bb78ac2019249b2213587c4988412e3310b7026442f 0.00 MB 1 0
15,291 15,291 00000000c789c62403fc4f66c4917cc61b9d106d6238601c8209579ca20abcfd 0.00 MB 1 0
15,290 15,290 00000000fee2b9a380036b85a16ed4180964ca29b1177482ebdcb81f7325c1f8 0.00 MB 1 0
15,289 15,289 00000000bdaf3e27756b7414017d8d9fbf7e16901d090040063cddb65015ca96 0.00 MB 1 0
15,288 15,288 00000000efb8fe6976129a27fb81701bf19f8177ab657eec47e7a22e058fc76a 0.00 MB 1 0
15,287 15,287 0000000057b67a6eaf875e81a2efb8588987c2ced944b2096a915bfd1b0c9c50 0.00 MB 1 0
15,286 15,286 0000000014b9a49043bfed3ca28d2730cc1c2cee7ba0734ec1ca5df06f463b97 0.00 MB 1 0
15,285 15,285 000000000dd8d3297feaef8773fcfbab0d649c05337debb87d100e9ec1794544 0.00 MB 1 0
15,284 15,284 00000000269dbc785d4d80f7fe51b53080ba1ce65902e0a2d8638a785f955bf3 0.00 MB 1 0
15,283 15,283 000000008fc38fadebc2182ca44be031be5f5db672b2b49b1be205765e3c926b 0.00 MB 1 0
15,282 15,282 00000000ccc7f66e18cc824e91539bf947215b1a64584e7ad8621de3bb37a1f2 0.00 MB 1 0
15,281 15,281 00000000ada3680d72c5b55df8dbbe72bc8a6566e08931f00c40a0ba31a1d81f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.84 GB sent, 120.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.