Loading Tool

Explorer IconExplorer

Memory Pool

74,756 transactions
27.62 vMB
0.07583799 BTC
Random Selection Loading Transactions
Max Size: 168.36/200 MB

Candidate Block

Mining Attempt 97752d47fa9fefa378d64f72a6a9ce6f9ee89da85b6cb4f1a99b26891ebe2fb9
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 49233fc2a3031345549e1ff27fe830537b89f96728dcef4f3ab5b6020d7a5b71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,242
Size: 1.00 vMB
Total Fees: 0.01693441 BTC
Feerates: 121.74 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (490,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,864 424,864 00000000000000000011df64501114f00912cb1a4d2faee96300bf234d7f4244 1,766 1.00/1.00 vMB 131
424,863 424,863 000000000000000000a4de1d8fb370e43466a85b58c0d16e41e5548c4859e3ea 2,186 1.00/1.00 vMB 83
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
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.