Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

842 transactions (0.27 vMB)

Priority:

  • 1 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
911,924 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,923 (277,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
634,688 634,688 00000000000000000004a2c1730daabc8374404f9f9b01553a4e62ecdf2a453d 1.26 MB 2,521 16
634,687 634,687 000000000000000000080b14218b7c295b3ce6d5808e7a38c64f692adc87190d 1.36 MB 2,987 3
634,686 634,686 0000000000000000000d8eb5b45fa09981b3dbc7bc8947298927fe7633ecd101 1.27 MB 2,553 25
634,685 634,685 0000000000000000000169963dc946908184382fd46d69bf94419cab1168aa74 1.21 MB 2,720 14
634,684 634,684 0000000000000000000280378f88a66c34a260f135fd08644689c5cbeaf6bdba 1.34 MB 2,364 22
634,683 634,683 0000000000000000000033e9fe8ff7acbdac5bd9f29ffa1a3595fbe9587d2eb1 1.28 MB 2,625 25
634,682 634,682 0000000000000000000951671f4cb35fd4886b44d206a52394c590a301d5a64e 0.78 MB 1,734 14
634,681 634,681 0000000000000000000726b71b3b5e255acc9dfd4a51894370667c138b691819 0.31 MB 578 19
634,680 634,680 0000000000000000000d5e0abc4ebdff72ae63ae9140657f3256a54881d73748 0.30 MB 642 20
634,679 634,679 0000000000000000000437fc72199ab4aae7d20cd4df4af06ade26409d702477 1.15 MB 2,511 14
634,678 634,678 00000000000000000012cc40392d5c02b9791a600b9ba4ddb130018d30d9738a 1.27 MB 2,808 11
634,677 634,677 00000000000000000002a0f60a663b086200c9a994375a5a262ba8bb2159551a 1.23 MB 2,340 22
634,676 634,676 0000000000000000000f1dd49c55d59db90917ba7c1fe99558c0c809378fa8ec 0.38 MB 391 16
634,675 634,675 0000000000000000000d61f356756572a13a71ea6f722b7c625f0e1bfc34b151 0.05 MB 76 21
634,674 634,674 00000000000000000009f6c3df33be0095e6ae5dbe9921f8e3919f77fe165b78 1.27 MB 2,969 8
634,673 634,673 00000000000000000005d87d0903bf019848399ee142cd2da8efbf80f45cea75 1.37 MB 2,436 25
634,672 634,672 000000000000000000033199e18d49551ddcaee50a86972f9e2877c03d9177f8 1.00 MB 2,465 6
634,671 634,671 000000000000000000091b99cfb4a9c66b0520e4c3750fec0b6573a1596acadc 1.33 MB 3,034 27
634,670 634,670 000000000000000000066cf1a807f92289272be24d57104e33ac56de9b384ce5 0.88 MB 2,024 12
634,669 634,669 00000000000000000013b9a9b8eab141b633501cdc87249f82dba5801898b8fb 0.49 MB 877 19
634,668 634,668 00000000000000000000f5e03554e6c88778ea2b71b4a49d3821e7d593bb19b2 0.74 MB 1,636 8
Previous 10 blocks ↓
Total Size: 776.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,487.04 GB sent, 133.18 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.