Loading Tool

Explorer IconExplorer

Memory Pool

23,539 transactions
11.42 vMB
0.02432852 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.85/200 MB

Candidate Block

Mining Attempt 95413bbb472809b0b3bf6792199f4054072071dbcb517e5592fec6ebcfc028bf
Version 20000000
Previous Block 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1
Merkle Root 861284678fe0992a4ce099b5c5e0713508b7698052aadb2598914080c5f6a589
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,648
Size: 0.99793475 1.00 vMB
Total Fees: 0.00570779 BTC
Feerates: 67.24 > 0.57 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,780 (651,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,454 262,454 000000000000000cea124667b59a2fbb64789704d6abda3357ae7cdd1a79c0ac 107 0.05/1.00 vMB 84
262,453 262,453 0000000000000016150024a4dd9dec4c2c609930d84e4cc29a99d131791381ce 80 0.03/1.00 vMB 66
262,452 262,452 000000000000000aaea14e522feaa7ee381eeefbad1afb5d9e334ab59be4174e 330 0.16/1.00 vMB 92
262,451 262,451 0000000000000003ecbcbd94adc2a1e8ef006cb6017cf36adb7d39162ee99ac0 796 0.30/1.00 vMB 111
262,450 262,450 0000000000000004d17f4bb5aa336943ad6f6d66679a45716402ffb0b98eac84 336 0.15/1.00 vMB 33
262,449 262,449 000000000000000d47f7c0634ba88dc0914ea09d309bfcb90bb885237756a196 498 0.24/1.00 vMB 57
262,448 262,448 0000000000000016241a630e02f6864019237f7b90b0d9e73b2d0cc2de7c0648 644 0.25/1.00 vMB 102
262,447 262,447 0000000000000007f2e2f2ce41f6b01179b8e3213687e217ea7b9c94b1406b68 591 0.25/1.00 vMB 131
262,446 262,446 00000000000000033be0d5e6c9ccf1891e8f9175cca60a54edbc6440b7da2367 90 0.04/1.00 vMB 79
262,445 262,445 000000000000000395f45a58eadac49e92116920ae9e7407a454012d78503b66 20 0.01/1.00 vMB 77
262,444 262,444 0000000000000007b79f26fdbee53e9880168a93d306932f56617f3e24f66072 125 0.05/1.00 vMB 80
262,443 262,443 00000000000000126d5f849cafc76013e82d32037a11bdc98b56f05e3a74db7c 336 0.13/1.00 vMB 113
262,442 262,442 0000000000000016712c87d6d1fda96e3b1710ba9d9374e83216759189cf72a9 200 0.10/1.00 vMB 80
262,441 262,441 000000000000000289b54210ceacd591232464d76179a3b5fb59e7230d8be5a0 328 0.16/1.00 vMB 82
262,440 262,440 000000000000000ae65ba0341ac66c8d4c558286da71ac5bc5b72cd79474d9d8 427 0.18/1.00 vMB 87
262,439 262,439 0000000000000015e7fdb9db3a29d18ffcf2b982132c28c5b86acfdbf1769461 39 0.02/1.00 vMB 70
262,438 262,438 00000000000000167e418a43ea65f05e81bcb0811eab04b7e7ae8a4a9a53281f 58 0.03/1.00 vMB 14
262,437 262,437 0000000000000001f333437afa5bccd3862cbe6657e4de01fae967bbbc874833 208 0.09/1.00 vMB 60
262,436 262,436 00000000000000061e70c06e11279db842e370325f9ed8493c09111d9ab5fa18 332 0.18/1.00 vMB 40
262,435 262,435 00000000000000052b0d51eb2aa71536caaa6f9beb96f65b070fd668bfa57c46 550 0.25/1.00 vMB 93
262,434 262,434 0000000000000009a4a974c64139e795f78ae74c730967a970d14ada3c03b153 663 0.25/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

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