Loading Tool

Explorer IconExplorer

Memory Pool

17,191 transactions
7.98 vMB
0.03201829 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.59/200 MB

Candidate Block

Mining Attempt ef2b413e472ab8b86fbf65074d937ea39db8daddbae988db529e3bd273b9ce10
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root 6c2d9386df4abee52ef4fb2cdce2ebab7c7258e6492bf52acdc9d04fb88e4346
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,565
Size: 1.00 vMB
Total Fees: 0.01541199 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (740,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,414 172,414 00000000000009b5c0da42e1825312c1764a3f7c38350f9a52ad4823f5f803fe 22 0.01 vMB 0
172,413 172,413 00000000000003319f3145e9a0b6172d6256567fe0d06d60e7278fc6dd486da7 10 0.00 vMB 67
172,412 172,412 00000000000002d27abf0b7c6391bf1b6207303b50e1286063d7c79f071d6e18 33 0.02 vMB 104
172,411 172,411 00000000000009fcd7842865d79e04ab809ee59ceec1fbb0c126b758f83a1e9f 11 0.02 vMB 103
172,410 172,410 00000000000008007c529f626d3a27e54e1185991ebe84d6a70895c9d31f8a34 21 0.01 vMB 218
172,409 172,409 0000000000000a492b4b6c03017e86801e320a55ea65f78d66bcffbe92ec15b4 60 0.03 vMB 208
172,408 172,408 00000000000007f406247e3e362ef4a147fd9d4ba6641e7c07010fb3523ddb34 32 0.03 vMB 36
172,407 172,407 00000000000008e2224d75d9ba128e7e287b88694664f8f1a8a26d1e6648950e 1 0.00 vMB 0
172,406 172,406 000000000000087d23d35097479138752a184df840461fda9c9af12c71152f0c 121 0.05 vMB 146
172,405 172,405 0000000000000988f45e415b38ecfa998869a651e2dc14af8a7c2f11cf5e2ca9 127 0.03 vMB 52
172,404 172,404 000000000000095a3b88bb28e1c678e61b204d56933f80233d5b58161010f667 61 0.03 vMB 167
172,403 172,403 00000000000006876721c31a9970e6b9630bbac1c41019653076f4cb1069612f 133 0.07 vMB 217
172,402 172,402 000000000000063be2e49538bca5dc73f37eba5380e6d14f89606c78f662bd48 1 0.00 vMB 0
172,401 172,401 000000000000069a9d827393338bc35e641e411a5edf1647ed6de214cb197606 55 0.02 vMB 327
172,400 172,400 00000000000008475bf844461ab35d3ef8f9abf3af9b582c0fba44656446387d 1 0.00 vMB 0
172,399 172,399 0000000000000692e008f9ed0819ed2a892f4ca98f2ca8ca2031ab4b1e6fb97f 137 0.04 vMB 25
172,398 172,398 00000000000006afa59a0dbf0d5be26f6665067fab449c315089bb7a797928b2 104 0.05 vMB 82
172,397 172,397 00000000000008feadac2436105855a4ca4dc29a1eeafe2446acdcc21c3bb78d 1 0.00 vMB 0
172,396 172,396 0000000000000635c404e7b820c414c86addecee52e247bfbcf4c6af89107b8a 11 0.00 vMB 1,382
172,395 172,395 00000000000005546c9c97c4552274a08a802655638628d44e9196aa2227d36e 1 0.00 vMB 0
172,394 172,394 0000000000000af7c1ec971ad077a5f976334844e8e71174f83ddb2ec76245ab 72 0.03 vMB 54
Previous 10 blocks ↓
Total Size: 779.56 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: 267.38 GB
    • Received: 1.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.