Loading Tool

Explorer IconExplorer

Memory Pool

78,056 transactions
29.17 vMB
0.10962139 BTC
Random Selection Loading Transactions
Max Size: 176.64/200 MB

Candidate Block

Mining Attempt 4aa3a997bed8ba9edee548dd256e0ee7ab800e0c52818bb40db8273d893424ef
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 9733dd990c52c96d553c5a540ba4e755cc187e80e166e2f7be28ea2a49951193
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.03754729 BTC
Feerates: 198.58 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (490,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,862 424,862 0000000000000000000c41f8353d2431731cdc6c4146b200d9d96fd6a9b8b7da 2,944 1.00/1.00 vMB 131
424,861 424,861 000000000000000004940f9024af4b01cd0dfecea65fea66c54c2a54a72a0aa5 989 0.74/1.00 vMB 30
424,860 424,860 00000000000000000465cf9f661a92aeb2df1e855812e1f2d38a65458eed956d 2,096 0.99/1.00 vMB 66
424,859 424,859 00000000000000000069c5a2edb8785b2b8b89da5cebe09c2235ba5a5956e036 2,643 1.00/1.00 vMB 83
424,858 424,858 000000000000000004fa217cb4d179b59ce75e9799e942c8537528a9a9b0f9b1 1,318 0.75/1.00 vMB 50
424,857 424,857 000000000000000000674f673647a67d18676325d98f20696750e4fdcfa3cb53 2,324 1.00/1.00 vMB 65
424,856 424,856 000000000000000004f08d39316512a51c2d0e1fd7a0f8ac278515e045e0286a 2,365 1.00/1.00 vMB 80
424,855 424,855 0000000000000000042a15b56c36dc3a45b42fd48f393f4e1190023a3d3044fe 2,852 1.00/1.00 vMB 90
424,854 424,854 00000000000000000138876ac0eaaaf2a20a7193ee537a7058cd0a99aad20ab5 2,335 1.00/1.00 vMB 75
424,853 424,853 000000000000000002b98566c14d4a4b2cd6b39235085fb8c225b09087ee18e4 826 0.41/1.00 vMB 71
424,852 424,852 000000000000000000a29c75a062085b3f0196687287979c84394b0d379461da 832 0.31/1.00 vMB 76
424,851 424,851 0000000000000000035ecf0befd8a68e686e082ed38f692ed75c2b262c9f2905 1,388 0.71/1.00 vMB 62
424,850 424,850 000000000000000004497acd123431816f315558dc27dff6c24667dedd3c9e67 1,417 0.59/1.00 vMB 72
424,849 424,849 00000000000000000387633640c4fce21a24ccf3bcbf454895e9c77ca3c6894b 820 0.37/1.00 vMB 60
424,848 424,848 0000000000000000046d5f6524017894e9fb0c69ebd794d518365511327ec822 1,743 1.00/1.00 vMB 57
424,847 424,847 00000000000000000068ad4aab21307c406875b30ea3c975f9be0bdeb3ab11c6 1,410 1.00/1.00 vMB 42
424,846 424,846 000000000000000001640d64547e00a50c688ee474f7d6169dea906bd362f73d 2,099 1.00/1.00 vMB 66
424,845 424,845 00000000000000000408ac4eca23fae05d77dce91f9d0b0ca4cc3e6932e5e1b6 1,594 1.00/1.00 vMB 89
424,844 424,844 000000000000000003172c0089c269d68d93f995e3c19f2faee2c48d50013412 1,978 1.00/1.00 vMB 74
424,843 424,843 000000000000000004f58042489509d8842850a8555d0f8123b0ad4767d99f8f 1,477 1.00/1.00 vMB 38
424,842 424,842 000000000000000003ade00348041a7f40d98e39589dd167b9ebbf6ddb0d2544 1,875 0.95/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.86 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: 712.92 GB
    • Received: 17.25 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.