Loading Tool

Explorer IconExplorer

Memory Pool

78,776 transactions
29.24 vMB
0.07899259 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt 74fc4c58d0358226bb32290b82869f5c2a13f67dce2b77722b49c86a29964f0c
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 82ed1b70ac8d167223d0c5f5a224007d911dc8b4e8f1dcedaeeac3ff5d0a44eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.01966977 BTC
Feerates: 150.77 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (319,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,440 595,440 0000000000000000001126e67ec47490226d2cfada157eb16b6df38d58f8e76b 2,581 1.00/1.00 vMB 46
595,439 595,439 0000000000000000000b8013808e3cb59bc0d08020b869e3f1d725e574ade8dc 3,084 1.00/1.00 vMB 24
595,438 595,438 00000000000000000010add8c887c4d90cbdd5a5840c8def6718c3b6f27a3b78 2,910 1.00/1.00 vMB 33
595,437 595,437 0000000000000000000fb107199d1382f50a3ec1c7277fbdbc8ed07977234069 2,723 1.00/1.00 vMB 34
595,436 595,436 00000000000000000012c60bf08de1b84e26850a1c67bbcc06e77cdd23f92cdc 2,555 1.00/1.00 vMB 16
595,435 595,435 000000000000000000165430f7a9e3a525e2fd8ddaa6490547978a40774576d5 2,322 1.00/1.00 vMB 17
595,434 595,434 0000000000000000000d9aa87bcb64503db227c90044eb00ad4acfa6e23edea5 2,738 1.00/1.00 vMB 44
595,433 595,433 0000000000000000000532252478a0a9edf173e5a7db71a5288d003ed7cf6fb0 2,820 1.00/1.00 vMB 36
595,432 595,432 00000000000000000007fe48b72300a279ca99fe5c98a7dd1a716c846d8beace 2,389 1.00/1.00 vMB 46
595,431 595,431 0000000000000000001755c9905032421bfbde78ac33a4e8bd1a97fa18b79ff3 917 0.30/1.00 vMB 21
595,430 595,430 0000000000000000000cddb2e92cb735ecb7cb1ceeebb26aa822fa3e8ba4d3ef 1,141 0.40/1.00 vMB 29
595,429 595,429 0000000000000000000507079e7743013136c7e3f7526479f2c94f1a0e7e0667 3,497 1.00/1.00 vMB 23
595,428 595,428 0000000000000000000e45d5cdab0548ac0f631b7b8411b1ea2171620e457a64 3,072 0.94/1.00 vMB 24
595,427 595,427 00000000000000000008b0ed61eb4711cd1bfe6d7552de3f19b0580c24991935 738 0.43/1.00 vMB 18
595,426 595,426 0000000000000000000684d67d6ab9b0d05056ae1f292bc1a67c7802089203e7 2,335 1.00/1.00 vMB 22
595,425 595,425 00000000000000000000c42e400b13aa7c87dc3b29d5c77d58656bf3f9dc0f66 2,827 0.95/1.00 vMB 21
595,424 595,424 00000000000000000000258d51cd9010eefc70784ebed4ef14ff7c26dbed09b3 1,681 0.69/1.00 vMB 23
595,423 595,423 00000000000000000006c6f0a0f811a3950f5ffd68dd7325f80e0c6b70a57ae6 2,553 1.00/1.00 vMB 10
595,422 595,422 0000000000000000000548ca08d3d7a85ccc394883f9ca35d824757d8625b665 2,922 1.00/1.00 vMB 38
595,421 595,421 000000000000000000102071442a21daf9f894fddf06563737e49c9208c8008e 2,717 0.68/1.00 vMB 17
595,420 595,420 0000000000000000000df502a52f4bec7b7f3426ff88f6af05b316ca25adaf05 3,049 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.