Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,130 transactions (0.38 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,575 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 1,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,574 (893,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,724 16,724 000000008feab503f16894000f70cb14780caf498167930cd2b391ca0d6cda0c 0.00 MB 1 0
16,723 16,723 00000000c9796d32f0e65275777d46470e9b5816cc0d434b6704db01c5cfd0ee 0.00 MB 1 0
16,722 16,722 0000000060a99b828779de4abe07faf204a83b177694b7dc4d17689ad4a770b7 0.00 MB 1 0
16,721 16,721 000000000b0ddd25caf6d44ff92b7dbb1057f56083a44889471df0ce751b1bc0 0.00 MB 1 0
16,720 16,720 000000008de727177c1a92553c7af94a0a0a46a0de132ad86d904e2b3127c755 0.00 MB 1 0
16,719 16,719 00000000fcfc9813a41963732ef7d14b3ccb0b21347927c0261df044a0f81836 0.00 MB 1 0
16,718 16,718 000000003bcaed4b84a5998f57c6e226a11c13859abb69906023dbf0956d49d2 0.00 MB 1 0
16,717 16,717 000000009ae4544e11fa8742db9c76887a99034a013042700fe1dab5b1d7f678 0.00 MB 1 0
16,716 16,716 00000000baa9fee99c351f7a2438567740c8e29036f2c3fedb853bb989b7bdde 0.00 MB 1 0
16,715 16,715 0000000010e50e9da73804876310f905d450fa0dd874842212098e4efd4af21b 0.00 MB 1 0
16,714 16,714 000000005ee7601f3e13136521690e05700dec21634e9e09448df368b7ec406a 0.00 MB 1 0
16,713 16,713 000000004f092a5b0680ea821a618bd921f30b7d025bcd11d2555c86f0402164 0.00 MB 1 0
16,712 16,712 0000000010aef1a4f940bb67663b65aa3b6b77a6194748f8491f4a7cff2e9b7b 0.00 MB 1 0
16,711 16,711 00000000eeabba0a2ff0345a6b17265750637522f74b4ad7f789b43bbda5e40d 0.00 MB 1 0
16,710 16,710 00000000295d5379ac2b13ff28eaa8120430e8c3d9ca5903ae5cdb13b0b132d7 0.00 MB 1 0
16,709 16,709 000000007b90215541aa96099b60acc7749a424ba542877cd934f5ca04efb2b1 0.00 MB 1 0
16,708 16,708 00000000c753982445f2ae04a36f672b3cdb6f35be58ee9ea4e313ee58614eee 0.00 MB 1 0
16,707 16,707 00000000af5e320290c2af20052101e17b510fd33647809137217658f0d04868 0.00 MB 1 0
16,706 16,706 000000008ca7f2d77d8be9d08cac24d6ca5bb0cf12bf565f315b45452e592e6c 0.00 MB 1 0
16,705 16,705 00000000137ae34c72533cd9d14fbd79dfc3309510632e7c424b9f219b77fb84 0.00 MB 1 0
16,704 16,704 000000003ed72961755c653af86a7355ff978d5b516e2618e2ac9d021b2aaf02 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.44 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.05 GB sent, 120.76 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.