Loading Tool

Explorer IconExplorer

Memory Pool

84,342 transactions
31.62 vMB
0.13595543 BTC
Random Selection Loading Transactions
Max Size: 189.48/200 MB

Candidate Block

Mining Attempt c9210b68f95b5d422375e61f7d70124e3c6f44775fca518b63b6e5c04efd2704
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 0c99ee483b2e7a834f2ae68e06b79e8fe280c29ec6ec79ac58bdfb2d030f41b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.05470896 BTC
Feerates: 163.06 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (813,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,811 101,811 0000000000020852f30e5d21a5ed20d1f6900552b4d402c184b29322df10565f 10 0.00/1.00 vMB 0
101,810 101,810 000000000002a9c165ddeadad02f3fa726efc01255a80cf15a25f6b4fd18b10f 89 0.02/1.00 vMB 0
101,809 101,809 0000000000039f79b313999046076379d62aaf28b808e302ff9ea709659ca046 13 0.00/1.00 vMB 0
101,808 101,808 000000000001a499c4562ba2a327eff5864c549f9259f77f357a98f8c00fcd5a 13 0.00/1.00 vMB 0
101,807 101,807 000000000002629f78bcf06221301c97bcc08937b256837b9022e9e1490d5741 13 0.00/1.00 vMB 0
101,806 101,806 000000000002b9c31eac8893ac0c946288e187c7c2a915ff2efbc804d5af8f52 18 0.00/1.00 vMB 0
101,805 101,805 000000000003bb6bba8a218a38801b8d25d5a0a5d7b1232a507c99c3101d3081 4 0.00/1.00 vMB 1,356
101,804 101,804 0000000000001efb6484eb61320738b37132dc81c9215ec1c93b0aab2613a1a5 2 0.00/1.00 vMB 0
101,803 101,803 000000000003ddd04784e4a888f62347e49391fdc681bd69d588f5f4fe456758 4 0.00/1.00 vMB 609
101,802 101,802 000000000001ad23305f8d5731f4410344cbe776b59d616f7d29cd6080835f06 1 0.00/1.00 vMB 0
101,801 101,801 0000000000012ec59c0bad157659be2de225eb467ca74ef47ce6e18ca3e7da33 2 0.00/1.00 vMB 0
101,800 101,800 000000000003456a75efe3e995499296a93f4a3c5d7a6a83118036955ff6056a 1 0.00/1.00 vMB 0
101,799 101,799 000000000003b803866d9a873f78c44f2f83036e53fbcd53a41cda9578911318 7 0.00/1.00 vMB 0
101,798 101,798 00000000000102932e55c0289a0b7dff9ca9d964915b594f243d6f66122bf204 13 0.00/1.00 vMB 0
101,797 101,797 000000000003903a0f7124fab313d3addc50cec3bc5e411b51df66007f2f08f1 16 0.00/1.00 vMB 220
101,796 101,796 000000000000cb7a0f26a0a3ee6f0d2deb0ea416e6ee5134c92b3bf080d0a14d 9 0.00/1.00 vMB 0
101,795 101,795 000000000000596ba9eccd5f47fade24dec4c866d0c9324289b5575ff3a4f2c7 14 0.00/1.00 vMB 0
101,794 101,794 0000000000039c8ffe0ec3ab332d4df3dd88a81df76e603d1db110688eed0db6 14 0.00/1.00 vMB 0
101,793 101,793 000000000001de422b3a2ca4ea9b268f22b66c860c7afef8ad1f25428bee58f7 13 0.00/1.00 vMB 0
101,792 101,792 000000000002a358bd821d70deadf7b4cb451bd40d16c93e7f3c23d1932f1014 14 0.00/1.00 vMB 0
101,791 101,791 00000000000120dcaad1cd598b2314af948d4533fdedd4a30bcedd64c657d373 7 0.00/1.00 vMB 1,794
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.