Loading Tool

Explorer IconExplorer

Memory Pool

35,396 transactions
28.71 vMB
0.14930965 BTC
Random Selection Loading Transactions
Max Size: 142.45/200 MB

Candidate Block

Mining Attempt 7eee5f0a7bbebf6adf8fac50d80b381f385815bf4aa124b50d1c1b452e1da9b2
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root 6a14ff388a85105621deaa316866d3f0f3b810f249736214f0ea24846f58d741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.09180175 BTC
Feerates: 231.58 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (565,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,798 348,798 00000000000000000b0dfd05953c7c7fd689d3f6f1e9663b012bfcd08ad76caa 325 0.18/1.00 vMB 23
348,797 348,797 00000000000000001374f44d59efd3017038264200f0d8a28408f30c0ab2f912 1,079 0.53/1.00 vMB 26
348,796 348,796 00000000000000000bba5bdc2690ef92d7a85f92e9aca3233323c0ffed1f52f4 364 0.18/1.00 vMB 24
348,795 348,795 00000000000000000a9b6b1c183b167e1b66101406b7a9a1315b2cea09527731 786 0.43/1.00 vMB 23
348,794 348,794 000000000000000011ebbd8c94f6c0f844df3c9181e8fb4e9d24c2f4b086417d 841 0.39/1.00 vMB 30
348,793 348,793 00000000000000000b1062c9c786cafa8c008ecff63ef3b20ae503155e5344e3 885 0.53/1.00 vMB 25
348,792 348,792 000000000000000012a0eec065cfacb75498da138f52a82fc47cee61d532a9bc 292 0.40/1.00 vMB 77
348,791 348,791 0000000000000000001e2fb22f1e5d6022d4b4bd206acda5138fbe8b763e208f 1 0.00/1.00 vMB 0
348,790 348,790 000000000000000008f448538912473c50e6c4b77024d75db179af6d01cccabb 736 0.42/1.00 vMB 26
348,789 348,789 0000000000000000056fcdd7af6f10087e96d923b5c1d2cfe2f7f983657a449d 110 0.06/1.00 vMB 20
348,788 348,788 0000000000000000067ad7c21dc99a4f02df9a4112bf47db47f155c1a5172e26 167 0.09/1.00 vMB 17
348,787 348,787 00000000000000001570d9109ad43e2f4e9618ef12e6e111e6b60d7b916ef008 559 0.32/1.00 vMB 27
348,786 348,786 00000000000000000a64d523f677790e121573b6c42f0ec6ce68870fa23c40e8 616 0.45/1.00 vMB 22
348,785 348,785 000000000000000002f88e6e463a6376cb3b0f40483580cbfdc1e0203d00cf1b 863 0.55/1.00 vMB 21
348,784 348,784 000000000000000013c950ebde01e52bc8e3510a88d862333ebb3394b17c05d8 194 0.20/1.00 vMB 61
348,783 348,783 00000000000000000f1ceabea7cf680d88dda4ffd8bed6e3f18b7bfa4e3db982 419 0.34/1.00 vMB 15
348,782 348,782 00000000000000000f6ccc4f2e0f2f31dc183a4afd536dd8189b6b507c215edb 1,095 0.55/1.00 vMB 26
348,781 348,781 00000000000000000f58892d821e87d1cc0d6ceb1b080a0a782b0f005ee63e63 117 0.06/1.00 vMB 48
348,780 348,780 000000000000000007d1fc5872f08d11c6b1592b049e531ee263570f06e457e8 241 0.10/1.00 vMB 31
348,779 348,779 000000000000000005f8b638882143184c27f1366a1e6e6dc61de3e6f70f9869 117 0.07/1.00 vMB 32
348,778 348,778 000000000000000004412c24f33ddbde94c5c1e1f2893ef9c98e4ace1686f39b 156 0.07/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 612.91 GB
    • Received: 11.09 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.