Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,916 transactions (2.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,625 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (892,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,687 17,687 00000000498b20b231c17fa1a5efe486d89b742b735939f51d7556253cfb8ddf 0.00 MB 1 0
17,686 17,686 000000000e7b8d47c398cd2688ff0ff7ef5a0134e63fa7a804b3a96ba99bc72e 0.00 MB 1 0
17,685 17,685 000000005f1c0dbebefabce16392c73454245909567f72865ca79ecb8c0af589 0.00 MB 1 0
17,684 17,684 0000000000c72a9fae1fb342344ab5c05d59b593e6945d32ab9d0d59b39e9ee8 0.00 MB 1 0
17,683 17,683 000000009e8e9d550650cb2af3114f4aa7a954907ac50ee797f3f796d8e135cc 0.00 MB 1 0
17,682 17,682 00000000bde9c78c2c6b7deb31359493b2e81c3e99dc8c3f061f9b85d6fe6a97 0.00 MB 1 0
17,681 17,681 00000000c097d6df440a1e40ccf8cd32cda6ccbb193fb24f6e3b42b89be2ed99 0.00 MB 1 0
17,680 17,680 000000001f56a14f6f227cc079e5bf596709f02184d69a1bcc4b3a4f4dd9924e 0.00 MB 1 0
17,679 17,679 000000009f7f61d2ac2e32bb70abc37e8868c2f274e59f812de1dd5db3fbd5c9 0.00 MB 1 0
17,678 17,678 000000000963f8777927100b989d376ab641b4dc2dabd63c2ade6c844a9de37d 0.00 MB 1 0
17,677 17,677 0000000037bb7e8f1f8241e373d45be1463e3fe9bba8bca8914aaa5a2d6df432 0.00 MB 1 0
17,676 17,676 000000005cbb089576fa1a7a64fb1aeeffc466589cec5638f846c4a4e75c9034 0.00 MB 1 0
17,675 17,675 000000004186902f67f5b98512913ecf8c238288ec430b0af4e9e3177dd98595 0.00 MB 1 0
17,674 17,674 0000000053704223079844aa2216c10b19392aa539cff1ff74b0c0aaf8e1e70a 0.00 MB 1 0
17,673 17,673 000000006a8e23a1c84cbb177c4899a44804754f27f43b308fae190086825ee8 0.00 MB 1 0
17,672 17,672 000000000bd2670261247441e304d17a4747ba6b75cb1bb4eb68aed0dc25e49f 0.00 MB 1 0
17,671 17,671 000000001bfa6b3ec7c74e6fcabdce2960cbd7cec5bd210c0cd3a2b71b3a9526 0.00 MB 1 0
17,670 17,670 000000005a9bcab04c7a56f9903af8e86d232484fbce245ae04a2601f2cb9679 0.00 MB 1 0
17,669 17,669 000000009444a11f89b7e0c75673b74d7d540292221649a71e5b029350137df6 0.00 MB 1 0
17,668 17,668 00000000452b1867d6483f30a9fb997f1daff4b8bcf7469179cbf772369ef23b 0.00 MB 1 0
17,667 17,667 0000000064e2d89a468315f25da3dac69ebeadd5622fb7332a70679bc9661320 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.69 GB sent, 114.60 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.