Loading Tool

Explorer IconExplorer

Memory Pool

40,600 transactions
27.26 vMB
0.12441865 BTC
Random Selection Loading Transactions
Max Size: 140.95/200 MB

Candidate Block

Mining Attempt 86ead7204ba48693df9b3086815a206dd16d08011da9a1823dba7d8cd35d722c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 8102ad6dc85c3366f0e16b4918e9b40b1c134dd14a337e9e73e6c687a4cd4abb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.06750367 BTC
Feerates: 285.90 > 6.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (376,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,369 538,369 00000000000000000016ca14eda9d6e30c96ac1639eb6a7940eb2c3fb178992c 2,195 0.92/1.00 vMB 18
538,368 538,368 0000000000000000001b1936929b569e1ab00948f3adced4fc770161ba0047b8 2,462 1.00/1.00 vMB 39
538,367 538,367 0000000000000000000b15d656e6938728d1f0dcd1eb6c3553b28870a80846b4 457 0.19/1.00 vMB 14
538,366 538,366 0000000000000000002232b624c631fd6bc41a2d9d8a03d127dbe1b45e4dc582 463 0.20/1.00 vMB 18
538,365 538,365 00000000000000000006e9e70ed1d447280b1650b5064020236c546e04ca01e0 763 0.33/1.00 vMB 22
538,364 538,364 00000000000000000028012280c198d23cc10b965612a9e3dd1cd9f1becc4e38 1,022 0.40/1.00 vMB 19
538,363 538,363 0000000000000000000165e18597c88582644655bf678ac1c590c482a80b7c1a 2,315 0.98/1.00 vMB 26
538,362 538,362 0000000000000000000f3be3eb72fd5f8d1495dd4c610b8bd24efd8d51a90f1e 312 0.20/1.00 vMB 11
538,361 538,361 0000000000000000001b156df889175728e21ec3a2268b3e135c1faa01169f0a 533 0.22/1.00 vMB 54
538,360 538,360 0000000000000000000012c348417c7f52830d950a51c8ff379a4967aceba3f3 2,182 0.80/1.00 vMB 24
538,359 538,359 00000000000000000022d42c0ccb8617259cd40b4b8ce0b31afbb53ca5122de2 1,022 0.43/1.00 vMB 22
538,358 538,358 0000000000000000000aeae459af3384b7ef80eb7c6885ab6860081e885eeba2 1,026 0.46/1.00 vMB 21
538,357 538,357 00000000000000000006ad16185e3d2e789f44e55538ae52c3e7ec1cf6292a49 594 0.23/1.00 vMB 18
538,356 538,356 0000000000000000000866dcdaa7f36c2cb5ea54e49b2058f061148caf991330 137 0.04/1.00 vMB 21
538,355 538,355 00000000000000000000d913bd2c1fa255808bea739678507bfeb5d6f70940e6 1,829 0.75/1.00 vMB 43
538,354 538,354 0000000000000000001d9cbb92d5ebed0e6d5c4aec1e9e0712e36d8a37b35015 1,152 0.41/1.00 vMB 29
538,353 538,353 0000000000000000002635a9f1b53f9db5e4199c04bf638ed44fd2367308ef5f 211 0.06/1.00 vMB 19
538,352 538,352 0000000000000000000fc52bc6b38595cb7e46e2ba21c91f2bc4f6e0c9ffb349 23 0.01/1.00 vMB 23
538,351 538,351 0000000000000000001d86bf7d8255966d28fe790c88a41918ad616d07150c2f 662 0.28/1.00 vMB 27
538,350 538,350 00000000000000000006958cc23f80d6aea6fcb672120c43011e8909fd5f3d9b 1,445 0.58/1.00 vMB 31
538,349 538,349 00000000000000000005d3d4b7fb751000937bce2b265f717af2c3a325bf7abb 1,639 0.68/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.82 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: 636.43 GB
    • Received: 12.37 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.