Loading Tool

Explorer IconExplorer

Memory Pool

41,107 transactions
26.63 vMB
0.06755976 BTC
Random Selection Loading Transactions
Max Size: 138.83/200 MB

Candidate Block

Mining Attempt 230f2a02a098930f241e4af79b9545af4ed82864c9f99d45883c44f0f4a34c1f
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 91f658f3c94dd4885b9dcf7aaa17ea5377acbf1e1df32b8b28b6b2f0b2ec1407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,699
Size: 1.00 vMB
Total Fees: 0.01787343 BTC
Feerates: 265.25 > 1.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (592,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
322,614 322,614 000000000000000014448e6c49fe1099e59f0ba621574f9daf117c52fa18285c 245 0.15/1.00 vMB 24
322,613 322,613 000000000000000009155ade9feba107238a19d7e6ed2f110a9ab0f020a58aa3 381 0.20/1.00 vMB 27
322,612 322,612 00000000000000000af3986ba99c2357797e28f4519cad6049944937a58e28d1 633 0.34/1.00 vMB 25
322,611 322,611 00000000000000001cb5b030ea54d7bc1ac85cdb69a07538a83cb4db6470b697 1,192 0.68/1.00 vMB 30
322,610 322,610 00000000000000000fd3e782dc647d9523bbab9baf9809fb722b56fa0d6fa79e 989 0.50/1.00 vMB 31
322,609 322,609 00000000000000001640d8c9be8d4b5422e363043ef04e16546721e17eda30af 219 0.17/1.00 vMB 24
322,608 322,608 00000000000000000653473d9ad85efa424d9f189a469636ecb5aa6e16ad2c0f 1,335 0.75/1.00 vMB 29
322,607 322,607 00000000000000001dfc33c17aebcabe5b4276ab119bcfb1ad86f07040c691a8 64 0.06/1.00 vMB 8
322,606 322,606 0000000000000000114c3e4b811b794415f77d5ed14e5b2a0b3f8bb1e063e555 503 0.30/1.00 vMB 23
322,605 322,605 00000000000000000ccdcb83a82e99dff1ccd28bf4c3e24ada423325d00948c7 832 0.52/1.00 vMB 26
322,604 322,604 00000000000000000a0452dbfd7dcee6a2866c7f5976e0733fc32274af5dcd73 806 0.57/1.00 vMB 24
322,603 322,603 00000000000000000399b29c2de7d963dfc61aeca65b01472cee93fb8757db3c 203 0.10/1.00 vMB 31
322,602 322,602 000000000000000007d2b0bed0199c6e679ac38c2cd0a9fda75fc35dcc3d05f1 451 0.28/1.00 vMB 31
322,601 322,601 00000000000000000b12e148d457d7557922f9d2218cdaf4ad809b6723fe7452 108 0.07/1.00 vMB 20
322,600 322,600 00000000000000001466e36c4100fe9c1cd934b559d27606c504821254eab73d 46 0.02/1.00 vMB 32
322,599 322,599 00000000000000001becee69a35bea588ca763c8772b0cd6013bae7b8ce416da 43 0.02/1.00 vMB 20
322,598 322,598 00000000000000001bdce72749f19ff5abb76d9aaafb8f84f47abc010614a9b5 590 0.30/1.00 vMB 32
322,597 322,597 0000000000000000134e89e22a6fa81ccbf54c12b2dab8ec7e53f7445c758cd3 1,014 0.44/1.00 vMB 29
322,596 322,596 00000000000000000af89ddc55b4e44b64df00a7fd7cf0b7ae517e5f354ea7f3 876 0.70/1.00 vMB 23
322,595 322,595 00000000000000000fd5aed9bea9b8446a3c929c82e3a09b2e6af82d9851816e 505 0.32/1.00 vMB 25
322,594 322,594 00000000000000000969776c1158ab37058aca9c7f797e51e277f07944801110 406 0.42/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.