Loading Tool

Explorer IconExplorer

Memory Pool

24,085 transactions
11.58 vMB
0.05076121 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.81/200 MB

Candidate Block

Mining Attempt 42b3ade1448b9e437382df01805d97b76db5ffea1f465a49fd48bce67201d1ac
Version 20000000
Previous Block 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1
Merkle Root 93cb288eb017d627c162b4dfd124feba40adecb84c7a8ce046e7f7cc5caad9c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,100
Size: 0.997952 1.00 vMB
Total Fees: 0.03171554 BTC
Feerates: 101.65 > 3.18 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,780 (651,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
262,433 262,433 000000000000000b2e0b8690d3c2aa3906b6c22395b2834491735ac409d52d08 1 0.00/1.00 vMB 0
262,432 262,432 0000000000000007315622fe63849d0829ca44a3a6da0c928c37b2a729ad073a 497 0.25/1.00 vMB 103
262,431 262,431 0000000000000005d95294cb55a937683fe31a62929f71a79c3c2fe73a8907fa 158 0.07/1.00 vMB 78
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.79 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.