Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

252 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,395 000000000000000000022b910000000000000000000000000000000000000000 0.06 vMB 245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,394 (21,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,814 889,814 0000000000000000000048940c4f95501fcd04eb51ab5c664e2fd784e2b0fab5 1.79 MB 4,986 6
889,813 889,813 00000000000000000002263032480e1a000537e009895789712ea3e920bde8f1 1.72 MB 4,557 9
889,812 889,812 000000000000000000010859f7e0ab0e864a40b019cc6d749cd9b21d2b5a84d5 1.78 MB 5,063 6
889,811 889,811 00000000000000000001d69c26d0118908211300ba0e17270686753af8cc602e 1.76 MB 4,848 8
889,810 889,810 000000000000000000010d6286edb1674b54a32d8291536f548620d204cb94f0 1.81 MB 3,313 3
889,809 889,809 000000000000000000016d5aa40f51f1789db679e5f40b94483dddd7ce8a44d9 1.65 MB 3,873 4
889,808 889,808 00000000000000000001573de91f1d4b557bf455da0cae39ecb5980d53c40dc2 1.68 MB 4,237 2
889,807 889,807 00000000000000000000b548a8f831620b7f933bed5ad1b555bd958139827adf 1.80 MB 4,853 1
889,806 889,806 00000000000000000002702fd886ea76018f5644e54db78e62a3b3892f864826 1.79 MB 4,889 1
889,805 889,805 0000000000000000000119c0f7311d7a48909f62df23c57e2cec56fd85261e0c 1.60 MB 3,688 2
889,804 889,804 00000000000000000001dbd0f3a80f6ad9d864a035ee66901526412fab5f459b 1.71 MB 4,306 1
889,803 889,803 00000000000000000001c2bd78ac4cb5fbd3b418af1aef2f1e67e3dfdbaa4271 1.63 MB 3,409 3
889,802 889,802 000000000000000000014c9304b3d6c3907159a96a355c3904ad80453358d490 1.56 MB 3,613 4
889,801 889,801 0000000000000000000274f8b81c70a64cd85fca0f7fbe191819a8eea1007d0b 1.61 MB 3,275 6
889,800 889,800 000000000000000000005976a8fc61d35f0a235b8b8553e656e41c9aa8dc6c43 1.76 MB 3,724 2
889,799 889,799 000000000000000000015510acc30bf41af9f5515fd682ea9d5bbaef242708c0 1.39 MB 2,072 1
889,798 889,798 00000000000000000001ab44a647c8e36ef48d2277d3e7857847bb288428a0e5 1.73 MB 2,676 2
889,797 889,797 000000000000000000019849a60b83488ea846790f279d4a593f31db48fe12c7 1.66 MB 3,280 7
889,796 889,796 000000000000000000000c06ace5f3bfa7f34474d89bf43af92beb170fd81218 1.73 MB 3,544 2
889,795 889,795 000000000000000000022bd45807279b3fa24209349db144b532b300c326591e 1.69 MB 2,609 3
889,794 889,794 00000000000000000000b19368ea67e24dc93b5d59ebf10afd30e449befbaf67 1.74 MB 1,520 1
Previous 10 blocks ↓
Total Size: 775.97 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,403.54 GB sent, 128.66 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.