Loading Tool

Explorer IconExplorer

Memory Pool

72,544 transactions
28.02 vMB
0.06870264 BTC
Random Selection Loading Transactions
Max Size: 166.03/200 MB

Candidate Block

Mining Attempt 8d28f152fe10425038f85d0229c8b98d85a8721dd2abc54b5f09973420172d91
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root bfd8898508f7d8dd9784297d368f05029cc016413b9fe483fb528c0bb38e0f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,905
Size: 1.00 vMB
Total Fees: 0.01242605 BTC
Feerates: 101.52 > 1.25 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (198,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,966 716,966 00000000000000000005e47c4c45cf2743dfd598aaa0635e7dd91d2f46e0cbce 325 0.13/1.00 vMB 8
716,965 716,965 00000000000000000005510f113f5497462d442853915906bdcd03e8104feb5c 535 0.20/1.00 vMB 10
716,964 716,964 00000000000000000002a3d8e4683ce5f5d6850d3d14ad690a69d49b9cee6038 895 0.44/1.00 vMB 10
716,963 716,963 00000000000000000005509c3f96e16e2f141ddd1c3a3250afcfd9062c4f0a11 1,050 0.74/1.00 vMB 2
716,962 716,962 0000000000000000000745ab5db08547f63b3e556ce7d656faed8e2e45f0271d 1,750 1.00/1.00 vMB 12
716,961 716,961 00000000000000000000170ba1d7dd436fc5799eef1d5fbe5e05b268da287ad8 48 0.06/1.00 vMB 3
716,960 716,960 0000000000000000000041589d4a1ee74e6e39a39266bf8aabafdcee4cdd8456 130 0.20/1.00 vMB 3
716,959 716,959 00000000000000000009b5716e8bbe654003e69d79ce0f0066bef2f335f1b874 422 0.36/1.00 vMB 5
716,958 716,958 0000000000000000000a1dd8690953e0585d4ca7d7fa1ef48d59d1ed4e186fa1 1,446 0.64/1.00 vMB 9
716,957 716,957 00000000000000000004405c7c57515a5212047b1fa6457f64fb94df15bb3864 537 0.25/1.00 vMB 9
716,956 716,956 000000000000000000030e8a0c3af24c095f9ee23951fda9f70cc9e83bc3f3cf 78 0.03/1.00 vMB 12
716,955 716,955 0000000000000000000095014501c99dde9d1bb902a3baae5bb8c9f38276e5c2 20 0.01/1.00 vMB 2
716,954 716,954 000000000000000000058830d34895c926d3307448e7091c574128e0929c1520 62 0.02/1.00 vMB 13
716,953 716,953 00000000000000000008ed5a127c3c69da3285827dfe7fee96a861f3be3981e9 483 0.23/1.00 vMB 31
716,952 716,952 00000000000000000000a625df4000a6cf4c9bacf63c60eb6af5b68c8e5ec3c3 550 0.20/1.00 vMB 11
716,951 716,951 0000000000000000000b06852e3d37a6d7b28f245628546c12a40b7628d7f02f 1,087 0.45/1.00 vMB 9
716,950 716,950 0000000000000000000099b8f51953f2c1241a8f1bf8126662f7aada65e7ef2f 302 0.11/1.00 vMB 12
716,949 716,949 000000000000000000044768c2dfdb701e4ae41f4c1deab6b49e1f819927a78b 1,468 0.56/1.00 vMB 11
716,948 716,948 000000000000000000018d45f9ed389d3fc63316091463d67599b1a6a75c60e9 1,582 0.63/1.00 vMB 11
716,947 716,947 00000000000000000001b883a8b86d18bff40e184a759e7ca17af668d9d4e97a 1,806 0.83/1.00 vMB 5
716,946 716,946 0000000000000000000358bff6fc757b0ca05f7fb65288cf53dcb5c3bb85f293 2,201 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.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.