Loading Tool

Explorer IconExplorer

Memory Pool

78,081 transactions
29.23 vMB
0.07615478 BTC
Random Selection Loading Transactions
Max Size: 179.09/200 MB

Candidate Block

Mining Attempt 342233f7c1145f7f96c6ad453686fe89f046e9ac094d5266a41408f1a4db4e1f
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 8867cdc1d61784f5aa085ff7af2d8903dd4c67015cac798d992b0a4821be8c95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.01221848 BTC
Feerates: 94.79 > 1.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (168,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,812 746,812 000000000000000000026dbe5502e32949587dfb9bb16db25015bf69e9740b98 1,791 1.00/1.00 vMB 2
746,811 746,811 0000000000000000000876c199fed4adb6d8c98c5782ab99e5d720fb8e6b2697 2,511 1.00/1.00 vMB 12
746,810 746,810 0000000000000000000233364fbbcd02e46c46cf1512b7309f1240e3004ad0ba 2,235 1.00/1.00 vMB 10
746,809 746,809 00000000000000000007b53d46e39e4bb0e0cf3b85154c24b155e521a99da2ab 2,386 1.00/1.00 vMB 15
746,808 746,808 00000000000000000007a5a46a5989b1e787346c3179a7e7d31ad99abdbc57c8 3,481 1.00/1.00 vMB 5
746,807 746,807 00000000000000000008306c5a266b663504c767a18576b5efde5763c3413b9e 2,559 1.00/1.00 vMB 10
746,806 746,806 00000000000000000008dfff27a69d6585250b26571640a00673aad6ce15c3f2 2,546 1.00/1.00 vMB 23
746,805 746,805 00000000000000000003f4bfb962291b742ef2225ddaa02af44719516ea592b7 497 0.14/1.00 vMB 10
746,804 746,804 00000000000000000004f8e2a9f745af844de1fc909703ac23d0a2ef8bc7a057 438 0.14/1.00 vMB 9
746,803 746,803 00000000000000000006e7d1cd17f0f5e47f8cf1aa711de6d6cebfd45e5dd45f 516 0.21/1.00 vMB 11
746,802 746,802 00000000000000000001b1d2c97e813de3d90bf346b2c5bec53902f9b931831e 87 0.03/1.00 vMB 14
746,801 746,801 00000000000000000007fa5b257b0c07adee17da397fd43e968fc02cc4c2cb73 2,616 0.82/1.00 vMB 10
746,800 746,800 00000000000000000006752a90313cc2b0835e44b35dfce69a98e4fe864f7090 1,406 0.54/1.00 vMB 12
746,799 746,799 00000000000000000000887b8971f191e0fa1e1b72a6046df071af8b260a6102 187 0.04/1.00 vMB 11
746,798 746,798 00000000000000000001ca87d3981e2375124136c96fe4effb3b2a8beac8fdc7 1,672 0.82/1.00 vMB 7
746,797 746,797 000000000000000000005aca4f463d56d4b7e9574aa0b9b71d9159648aafb037 615 0.21/1.00 vMB 12
746,796 746,796 00000000000000000009eb032f8baab17546e2c85ad468d068594d6db9b9e4da 1,071 0.39/1.00 vMB 7
746,795 746,795 00000000000000000000625eef1fe7d5962a2a6fb6c4363c9ce6c91d0f77ffce 1,789 1.00/1.00 vMB 10
746,794 746,794 00000000000000000000c2fbd3d2081e9909ee6066e67a17bab329fe4a7bb58d 91 0.04/1.00 vMB 7
746,793 746,793 0000000000000000000515552ccd4b9d72c3f81fecad97a0c8424b9384f92aa5 562 0.59/1.00 vMB 6
746,792 746,792 0000000000000000000974d008f3e26bf74c67b71e9d2632bcf8ed9061760fe8 1,355 0.84/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.80 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: 710.13 GB
    • Received: 17.03 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.