Loading Tool

Explorer IconExplorer

Memory Pool

46,705 transactions
28.78 vMB
0.07287990 BTC
Random Selection Loading Transactions
Max Size: 153.43/200 MB

Candidate Block

Mining Attempt b0e06310f57fc5bf06f96d89e5ffaa102622681153205f93bc047a063bcad8b1
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 9cc9d8e19f4dbf23cdc003d25451194eb58eae5f56bff14d974cc4a47ac47e76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.01810291 BTC
Feerates: 73.20 > 1.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (414,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,960 499,960 000000000000000000762df2a932dd1bccfc355da7291cc7c9e04824a9c88218 2,490 1.00/1.00 vMB 316
499,959 499,959 0000000000000000004da4b4445e0d31c8fa865f5e89a307733b120c876e3f7b 2,450 1.00/1.00 vMB 396
499,958 499,958 00000000000000000053ce86f2ab74523f135a76b34bc97df0dc06760fe5081e 2,632 1.00/1.00 vMB 414
499,957 499,957 000000000000000000041f82abe621f68202bf12dbdd332077e2b2f54e40c13e 1,836 1.00/1.00 vMB 253
499,956 499,956 00000000000000000026d48abfeffa1359e5d8927a21c228b76ec2c5a93a6eee 2,067 1.00/1.00 vMB 405
499,955 499,955 0000000000000000009231262a6d5b5f1e879d880fe3f2abed12d4bd7215756a 2,110 1.00/1.00 vMB 381
499,954 499,954 0000000000000000005c7de5b9228dd2db952c54e00fbb75bf55530f06138f23 3,147 1.00/1.00 vMB 247
499,953 499,953 0000000000000000000cef38af56232d04739ad3517eb50bb9a94cd7f44ee6be 2,728 1.00/1.00 vMB 290
499,952 499,952 00000000000000000006d219e00f0f62d6a609dccf36120079bed3aa83320765 2,577 1.00/1.00 vMB 360
499,951 499,951 0000000000000000002b2b38717f9b91e658daabd38cffbb9c439abed7c37147 2,982 1.00/1.00 vMB 403
499,950 499,950 000000000000000000a735bdf9f26b377c794603dfd7df333cba33dc063f6e3f 2,270 1.00/1.00 vMB 418
499,949 499,949 0000000000000000001792babfeda532613c19651ff1538c86802415d1fa0fd9 2,542 1.00/1.00 vMB 364
499,948 499,948 000000000000000000ad6c1d80cd3278697546620f842f077654da9b58f2b7b4 2,460 1.00/1.00 vMB 385
499,947 499,947 0000000000000000007cb5a998962539f4648be662b6ce0aa42b12f58d425f89 2,296 1.00/1.00 vMB 412
499,946 499,946 000000000000000000584d240df244f8847bfb2dc49a85b4b90d2391e3fc7f92 2,576 1.00/1.00 vMB 416
499,945 499,945 0000000000000000008e0af06c55124708c12b23a703f822195bf51e4f357dc6 2,298 1.00/1.00 vMB 255
499,944 499,944 000000000000000000854c9fad9fff97ac88a714812d1c52e3b45d2a1230c7ed 1,423 1.00/1.00 vMB 258
499,943 499,943 00000000000000000058483adf137fab5528a7bda90ab0452556b234f1f38169 2,521 1.00/1.00 vMB 310
499,942 499,942 0000000000000000005ac1dd9c8c38221c9752e4e4747fe5a3b88ed141f564e2 2,243 1.00/1.00 vMB 414
499,941 499,941 0000000000000000004fe532b0b6a992443dcbf532bec0b7620d7a457f0b0320 729 1.00/1.00 vMB 141
499,940 499,940 000000000000000000849e9ff81ad6a208ebee10a3ef4c81b6c334a8b9325111 1,325 1.00/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.01 GB
    • Received: 13.68 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.