Loading Tool

Explorer IconExplorer

Memory Pool

64,595 transactions
21.42 vMB
0.07806468 BTC
Random Selection Loading Transactions
Max Size: 136.06/200 MB

Candidate Block

Mining Attempt f3a98f24241ab8cadc6060163cc54a943b346212ba19ae8a25fe78abaa27eba2
Version 20000000
Previous Block 00000000000000000001d4de7de8049111c10bcfda8c0c2a67a4b3c06ee3fdf1
Merkle Root 57512094d9749c5ad84b06b7145c9d3861c05507c34965c00ec68863c9139929
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02856544 BTC
Feerates: 318.30 > 2.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,674 (751,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,883 163,883 0000000000000b99611c1ca6c246d06fc191672ab0918799ebc699ba283dc482 8 0.01/1.00 vMB 25
163,882 163,882 00000000000000e71c821c2adb76f4cb9aabe33c36d384475d8eb67a08a8f4d1 41 0.01/1.00 vMB 38
163,881 163,881 00000000000003e8d98dfae004edad42dce00e72ee04d94d8d4a6d5b6df69d72 33 0.01/1.00 vMB 89
163,880 163,880 000000000000075f639981afb22c5a4bcbf5a6e69a978fbdd35278e7960bd242 21 0.01/1.00 vMB 89
163,879 163,879 000000000000023bfe196197e4e3a3451e98ed2b143c0aeec7a5f0765b6e5893 102 0.04/1.00 vMB 99
163,878 163,878 000000000000032e1c9d185a7b7ac6ef9cb4f71141266f5b8109b89e458e6998 121 0.04/1.00 vMB 0
163,877 163,877 00000000000004d0c1c3f3a35807792019bc4a414801843055db5ede1d637405 25 0.01/1.00 vMB 163
163,876 163,876 000000000000022eea1f8e6a92bc9862ee924cf480551048af2e7bbddd9e1fee 112 0.04/1.00 vMB 124
163,875 163,875 00000000000009f2f464aba9d930a3001eebfc2875fbdc08f90e555d34b47775 11 0.00/1.00 vMB 0
163,874 163,874 0000000000000c861136cee8a2b1ad06d8d50918dda0e3f603c14d5229444c87 22 0.01/1.00 vMB 167
163,873 163,873 00000000000007b5fbf36db186dcadd35e225b7a824e42f4e2d3dfe49c0b9e2f 23 0.01/1.00 vMB 84
163,872 163,872 00000000000001f75cabcd643ddf6af30d79f24c24de5d1808a4db54b9950043 22 0.01/1.00 vMB 27,455
163,871 163,871 0000000000000b06f4fa2339dc7f347680c00a1a55acb78742f3c9c8ccf6db15 130 0.05/1.00 vMB 38
163,870 163,870 0000000000000a0e736eb7ed886bb3f5076e69300213fb88c644c686c453106f 107 0.04/1.00 vMB 126
163,869 163,869 0000000000000cbfe446014b38d1df37225fff31bd98de4fe37332ff5d43609c 102 0.05/1.00 vMB 167
163,868 163,868 0000000000000610f1d9b38bab331c8fe534d2d624c4257bb2ee9d44c1e95fee 140 0.07/1.00 vMB 487
163,867 163,867 00000000000000fa613d8dcdc8a1afd1b8cf6907562f6b3604c5a66250030dda 14 0.00/1.00 vMB 15
163,866 163,866 00000000000009a7bca4c71d0cefad09daba7b1385667a12c0b9d4d27cae9253 159 0.06/1.00 vMB 188
163,865 163,865 00000000000003f0af00f5de52dd7ba7ed9952d45d26ec028b13db9778fd103c 140 0.05/1.00 vMB 103
163,864 163,864 000000000000001c430e41f66efcf399b924fe6c3935a567a1bdafad7f0909e0 72 0.03/1.00 vMB 181
163,863 163,863 0000000000000aa3c294f671bf327c6f2ec761e4648e409f8bf87f0c042a9b66 14 0.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.55 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: 774.25 GB
    • Received: 20.66 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.