Loading Tool

Explorer IconExplorer

Memory Pool

83,078 transactions
30.84 vMB
0.08954347 BTC
Random Selection Loading Transactions
Max Size: 186.10/200 MB

Candidate Block

Mining Attempt c00a78c4e5d6d919a1adffe0ac2ee42d266600faea2fd64ea10ee9dc93f442b5
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 1121d50dae3c8c47f3ccbf51e1e5a67f4e2f17a35e96c117a0773a7db3848cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.02316071 BTC
Feerates: 114.51 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (93,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,936 821,936 00000000000000000001c4105959f8e5b90ddc7c24752c0f5485d34c71d8bc81 4,212 1.00/1.00 vMB 318
821,935 821,935 00000000000000000003a2e9646638d29ad92de55235fc513f0651b588ffda2f 4,327 1.00/1.00 vMB 319
821,934 821,934 000000000000000000025ed237093f559cb6e3c233d17d18b3fd3a3cb10191ff 4,244 1.00/1.00 vMB 290
821,933 821,933 00000000000000000001b815943925de87a38104dfcbd0d3816e3bb521054013 1 0.00/1.00 vMB 0
821,932 821,932 0000000000000000000198b56eb06fa51d15d1eaafe485b43419bff86fbbfe95 3,631 1.00/1.00 vMB 256
821,931 821,931 00000000000000000003241b21de4d2d4d3505c2941fba3cccec82f1dbdbce4b 4,378 1.00/1.00 vMB 326
821,930 821,930 0000000000000000000320a352a283c678f587b487b2f87f9bb4806a91a4e2f7 3,775 1.00/1.00 vMB 351
821,929 821,929 000000000000000000033a1953ad3a00f997cdf74efaea17f459efe5e7aad3a3 3,732 1.00/1.00 vMB 520
821,928 821,928 000000000000000000006666d9203643d4215fbe14406c9d9c76a987c358084b 4,437 1.00/1.00 vMB 242
821,927 821,927 0000000000000000000392231ad4461d812a63069b7b3493c98f7b2b8d460ef5 4,197 1.00/1.00 vMB 345
821,926 821,926 0000000000000000000323c8c62be3babdcd5fc88c62cb23b85474ca4c535aa3 4,217 1.00/1.00 vMB 309
821,925 821,925 0000000000000000000126bf0140e2c0485b3da901c558d3672a4ac3e7a7c7c7 4,350 1.00/1.00 vMB 428
821,924 821,924 00000000000000000001165b94fc8b6efd0e892d63eeafb6007ea6ddc1ac20e4 4,982 1.00/1.00 vMB 493
821,923 821,923 00000000000000000002a3a557fa63fc3b48bca257f6bd2f10f9397b0b015eb2 4,095 1.00/1.00 vMB 247
821,922 821,922 0000000000000000000070be07f7e82ad98547c9fe24fa73af88e92fae551d34 4,773 1.00/1.00 vMB 345
821,921 821,921 00000000000000000001bbff6f19e494c337f74757caaeca375f3f1a2b389c0c 4,219 1.00/1.00 vMB 313
821,920 821,920 00000000000000000003316b00b3026ed52658fa57bcd7833ac139f325090ad1 4,463 1.00/1.00 vMB 376
821,919 821,919 000000000000000000020a74c5a0151ddaec7e37e8c3268f29ead4cea0b07471 4,674 1.00/1.00 vMB 344
821,918 821,918 00000000000000000000a5b3f8462d04e9c55b5766b0c51b40284c46f4bbbec0 3,954 1.00/1.00 vMB 331
821,917 821,917 00000000000000000002d06386a168def218bc9b057e78cdd72ed68a2d8af931 4,046 1.00/1.00 vMB 446
821,916 821,916 00000000000000000001492a74a69766cbe0ce061e9d46beb9906ad655d493c6 3,760 1.00/1.00 vMB 402
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.