Loading Tool

Explorer IconExplorer

Memory Pool

46,225 transactions
28.01 vMB
0.08628286 BTC
Random Selection Loading Transactions
Max Size: 148.29/200 MB

Candidate Block

Mining Attempt d94c825ae2bed01ecba0b86f9c6412b1ac4bdd87b2a84d635fd3a60d5aa0fc20
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 8a8c94cec0bd9edcb70851b7bacdfe076fc40cf986f3fd235d6e7ff1aabd7699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,267
Size: 1.00 vMB
Total Fees: 0.03179463 BTC
Feerates: 181.54 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (301,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,916 613,916 00000000000000000009d4c7dec045f0eb63ee4ccdb3cbddd03608542d091300 2,746 1.00/1.00 vMB 7
613,915 613,915 00000000000000000004f08dadda11a6d6055b6eb4ac63a4482f5c4e51719a26 2,905 1.00/1.00 vMB 18
613,914 613,914 0000000000000000000975b200f3dc28d3252b9f4da88670d85bfdc482106ae7 3,026 1.00/1.00 vMB 23
613,913 613,913 0000000000000000000d72d38ac869b274f71f010f43785bd4cc3b15c997b34b 1,909 1.00/1.00 vMB 26
613,912 613,912 0000000000000000000b217002e7294b58c45873abbe275f8e189a0fcf222639 2,911 1.00/1.00 vMB 12
613,911 613,911 000000000000000000063cc79d654aeb1075647a214861e65f1c6365610adb8a 2,469 1.00/1.00 vMB 21
613,910 613,910 000000000000000000098664e24b0cbcefe695642cb068d41a0bc5ee3504502b 3,073 1.00/1.00 vMB 22
613,909 613,909 000000000000000000111dc5a81ca995a45b4073be0f526084b1709092162b37 2,957 1.00/1.00 vMB 18
613,908 613,908 0000000000000000000dd4cd0d9d2634357e47b83da6a8858d718b0b8365ac6a 2,915 1.00/1.00 vMB 23
613,907 613,907 0000000000000000000d1deee257d25d105739d29965cc26e8aa92783a40622b 2,802 1.00/1.00 vMB 19
613,906 613,906 00000000000000000010f9cdad77837f6534af6f93be0c063f95a2d57bdf88ee 2,637 1.00/1.00 vMB 21
613,905 613,905 00000000000000000002e712b2bb36fe78933b437d15a337f22d376e9bdd1602 2,571 1.00/1.00 vMB 16
613,904 613,904 00000000000000000000b592d2d4061e1b913e426d44e45e7aa1903a2f05088d 3,124 1.00/1.00 vMB 17
613,903 613,903 00000000000000000000dc9d8890ff7e0bff6bf5e30bd5e3afdfce2ae6cacd6a 2,985 1.00/1.00 vMB 14
613,902 613,902 0000000000000000000a2d9ed63e3f2b9feca24ab3a26a19df9ef0c4b5645671 3,172 1.00/1.00 vMB 21
613,901 613,901 00000000000000000002b8997f1b78f76444a910782841aa4b106009fa55e441 3,269 1.00/1.00 vMB 18
613,900 613,900 0000000000000000000450afed3df11d672b4e333b5d3edd88632f503a2b9c4b 2,591 1.00/1.00 vMB 21
613,899 613,899 000000000000000000054b6a94d14840ec892f63be11849a15f49e9407c2d515 1,876 1.00/1.00 vMB 18
613,898 613,898 000000000000000000105ef2f4d7dc3f4733bf99a4575f831e3fdb98a2c67903 3,321 1.00/1.00 vMB 23
613,897 613,897 0000000000000000000a87365b502161f612ad618f868bfffa66afde4f0736cd 3,104 1.00/1.00 vMB 21
613,896 613,896 0000000000000000000a5a6d01d34df066bb325c00456aaaf62782b2ed0cec92 3,261 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.58 GB
    • Received: 14.33 GB
  • Uptime:

Notes

  • 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.