Loading Tool

Explorer IconExplorer

Memory Pool

77,797 transactions
28.89 vMB
0.07101155 BTC
Random Selection Loading Transactions
Max Size: 175.25/200 MB

Candidate Block

Mining Attempt bc5ec25113b6cd50737f3c5ea15cb70a37a0b658897ae58ca64e060c969ea2a8
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root fb638dafbfd0435531d54490e0ff4a991700fbe09aca172cd8724e0019ce91c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,654
Size: 1.00 vMB
Total Fees: 0.01070459 BTC
Feerates: 73.20 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (217,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,867 697,867 0000000000000000000953a15e44d4551a14b0cf9d6c0ebd02bbc80f7d8e21fd 2,868 1.00/1.00 vMB 4
697,866 697,866 0000000000000000000349995b194351d38ffc9c7a5f4ee36a3a04a29eb60350 3,357 1.00/1.00 vMB 6
697,865 697,865 00000000000000000004848679ac2c33986d9f779751f5657d20355e848fbe2c 2,592 1.00/1.00 vMB 24
697,864 697,864 000000000000000000067673dd035e71c7449cc3ab725c53b619c9cf21225129 2,735 1.00/1.00 vMB 36
697,863 697,863 0000000000000000000c9cc446dbf2c0038f21f5556b01e0914ce328e47813ac 3,060 1.00/1.00 vMB 13
697,862 697,862 000000000000000000009680b26ea14790abe60734e2c538bfc7e8819b0c30a8 3,121 1.00/1.00 vMB 30
697,861 697,861 00000000000000000002c938fc933f182f9ce48201b6e08fb48a5c4b9658d13a 1,722 1.00/1.00 vMB 5
697,860 697,860 0000000000000000000a829f2d410e9bf5539d12292e9b481f03049d639ae9d9 679 1.00/1.00 vMB 1
697,859 697,859 0000000000000000000e95da99887faecc876c906ed29c212110d355372e4c97 969 1.00/1.00 vMB 5
697,858 697,858 0000000000000000000236ad43679949c3620818e77e6fa750bffb2f1610e3f2 2,333 1.00/1.00 vMB 9
697,857 697,857 0000000000000000000f16673ea4827fabea7e4a8451d54899f516c51e81f48c 2,635 1.00/1.00 vMB 8
697,856 697,856 0000000000000000000e8a96ef0d989aa7c529904bf504939f8773548c69901a 2,654 1.00/1.00 vMB 13
697,855 697,855 00000000000000000003183157c151d0643e4bd16642116e8173b4eb92f50ce6 3,031 1.00/1.00 vMB 21
697,854 697,854 00000000000000000006472f70c4c2e4431c80ac79be4c62d9aef79a12fae553 2,311 1.00/1.00 vMB 12
697,853 697,853 0000000000000000000fdf37a6e8e549bd1e38158c107c9922b2e4340bfba09a 2,467 1.00/1.00 vMB 5
697,852 697,852 00000000000000000008eb61966ac2613b66452d9f6df8aacf31ccb64a9c9596 2,780 1.00/1.00 vMB 21
697,851 697,851 00000000000000000003f60b00db43a08e67a6a06f187f9c8b08b9e28f492e6a 3,453 1.00/1.00 vMB 4
697,850 697,850 0000000000000000000755b72fd0eb1dfdc3bf7b609b39dbe6e8a286128c3578 2,655 1.00/1.00 vMB 21
697,849 697,849 000000000000000000004c754f24d914826aca37765cb1759cf0037c9d22eafc 3,280 1.00/1.00 vMB 5
697,848 697,848 00000000000000000004ced7ac507a9e840f1c6ff132b9d1e01502a218f70d24 2,417 1.00/1.00 vMB 12
697,847 697,847 00000000000000000003a7f8dbed13658f77549475af99d589dadd8311e20415 3,099 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.57 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: 671.02 GB
    • Received: 15.85 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.