Loading Tool

Explorer IconExplorer

Memory Pool

38,914 transactions
15.84 vMB
0.12450870 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 90.36/200 MB

Candidate Block

Mining Attempt 87679050c53aaf671eacb8eb666e788e2ff14439a39ddda9ce95e48c01dad1d3
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 8043a84a256daa3a05c900f8b5b73b109a4f0bce5db22d05869cb7649411be6d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.05552994 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (769,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,541 143,541 000000000000080fd9ad2ba759bba1f3bcbc26e97954f8be3828d2fc0634c0d8 71 0.04 vMB 61
143,540 143,540 000000000000047230f92d1b3c654357dc765762ea694e2e0ec2738bed207473 13 0.00 vMB 67
143,539 143,539 0000000000000883035f074813ff244fb1873d7cd6563a86843f0a7184caf18b 24 0.01 vMB 634
143,538 143,538 0000000000000500d5bce2d63fe084e4ac44b40e7887ef317719e7a1d22d9911 59 0.02 vMB 167
143,537 143,537 0000000000000850f7e58ba0e4f941a7e56ed90205af0ad397e5972ff0415c4d 16 0.00 vMB 318
143,536 143,536 00000000000006a757e59e5e92bb6409dbde1345b40d5a8180cdb263f94fbeaa 97 0.03 vMB 78
143,535 143,535 000000000000058f71938647227cc254004831b0f18e7c9d78f9c0ad7927de74 111 0.04 vMB 154
143,534 143,534 0000000000000322168cfbfa140b9301205c53bc6b41899d39947a5bea0e4556 9 0.01 vMB 3,432
143,533 143,533 0000000000000230cd8fcaa669a20825d3c88e752b8430ef8d2790618b33a917 31 0.01 vMB 243
143,532 143,532 000000000000041734c92e82040a2f42a1e43cfe079278727ea70e15b27b2422 13 0.00 vMB 266
143,531 143,531 0000000000000484d48ba62fc72bd44bb3d41e9b7f88cc628d73a2d0f72bba18 49 0.03 vMB 29
143,530 143,530 00000000000005447fc67a34730a9b12f07d97613df60d8ec21e1cb918eca349 92 0.05 vMB 450
143,529 143,529 000000000000039f799cc46a0bc0fa979ff2d9be3cb73e90d765e109669272b4 3 0.00 vMB 778
143,528 143,528 000000000000012e1096aebe376e15482669457a0f0102cb887c6d312be86dee 36 0.01 vMB 196
143,527 143,527 000000000000015f7d80e8f11949f3123980119bec615577f1b86c28eabfc071 38 0.02 vMB 112
143,526 143,526 000000000000088220c76df2704c9965a47d91cf51e1250f84824513b350340f 40 0.01 vMB 43
143,525 143,525 00000000000000ca89607686723212d230addc70fe335a515f3064024874790a 64 0.02 vMB 176
143,524 143,524 00000000000002c108e56cc487d45469549664eda945c53baa0efddb52ed68b0 41 0.01 vMB 288
143,523 143,523 000000000000010a97bb2ac3fe86720327116720068d8cbe64f9fac9b723b331 11 0.00 vMB 78
143,522 143,522 00000000000003058091624cc042b7e4b3a19b05e2d8277c39ce36adcb276d58 19 0.02 vMB 59
143,521 143,521 000000000000002ac6bcba5d79d8bf4cfc5754c2309da3c8997aa7df8f85b511 5 0.00 vMB 319
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 94
    • Outgoing: 10
  • Data Transfer:
    • Sent: 150.40 GB
    • Received: 0.61 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.