Loading Tool

Explorer IconExplorer

Memory Pool

79,088 transactions
30.06 vMB
0.12418759 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 005ddde0b7e0ea1198528d31c778df658ce6d9298f11c304a9cb44c4cf854169
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 3d2bc2b8d518d142d584f2de92fdb455745fa06181336a40349bdeaff2c74be3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,694
Size: 1.00 vMB
Total Fees: 0.03842597 BTC
Feerates: 673.02 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (367,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,915 547,915 00000000000000000022851b02c8fc6e7da28056455a582aa723cf32e1953a3e 2,646 1.00/1.00 vMB 15
547,914 547,914 00000000000000000021e508e3e482f34dd87ab7e8bc866abcd9ec8892f489a4 2,311 1.00/1.00 vMB 12
547,913 547,913 00000000000000000021305622e7b39c9dd3e11b42b93028294348543f051a6d 2,492 1.00/1.00 vMB 6
547,912 547,912 0000000000000000002212cb774fb1b56dcb1dbcb4090ff212089842efba5141 2,952 1.00/1.00 vMB 29
547,911 547,911 00000000000000000011ab234f421029959975429d864c9517f03e23f79f24a0 97 0.05/1.00 vMB 16
547,910 547,910 0000000000000000000e2b67afd5c8c7c4f27dce1e27c948f37b785075b1435f 2,403 1.00/1.00 vMB 13
547,909 547,909 0000000000000000001e53cb49bc404f9bcdc9c97ef8f73408d384b80d403066 1,072 0.42/1.00 vMB 24
547,908 547,908 00000000000000000009cb99068d17c8bee880ca7e249c7d1b66ee4eb6f5ea60 2,639 1.00/1.00 vMB 19
547,907 547,907 0000000000000000000a15eb5a44d8244f95feb742502b23181043da67ba8139 2,157 1.00/1.00 vMB 10
547,906 547,906 0000000000000000001740d82203ee32e2c295eb59f12e1d177aea4897317f21 3,078 1.00/1.00 vMB 6
547,905 547,905 0000000000000000000a2f6c19900e7d29e0938a1fc3e0e0e642e77af094a811 2,864 1.00/1.00 vMB 28
547,904 547,904 0000000000000000002248d39fabaa07ffac749cbc0e04278f0e2d47507b0fa5 1,895 1.00/1.00 vMB 15
547,903 547,903 0000000000000000001ae56d5f2fa98ba9a01cf1856ecef110922289cf79eabc 3,131 1.00/1.00 vMB 15
547,902 547,902 00000000000000000007a8bf0decbf58adb0b71c33ee9f622aabde08af018af8 1,494 0.60/1.00 vMB 26
547,901 547,901 00000000000000000016e9b6ac8b49f2a779dc823cb5123988e3f390873a3e6b 970 1.00/1.00 vMB 3
547,900 547,900 0000000000000000000cbf1d61378287fc722c0ba57d1cee6890a2ee5b01e8dd 657 1.00/1.00 vMB 2
547,899 547,899 0000000000000000000a7b7fd9f8dfdd633a3f46f1ca18c91ca78871e0390137 102 0.06/1.00 vMB 26
547,898 547,898 0000000000000000001a8398ed543b61ebb18678fc1b4bf7f11c42f25e34b1fe 2,206 1.00/1.00 vMB 7
547,897 547,897 0000000000000000002698bcabc286f06ac22d2c3f33e4867ea5256a3023be38 1,422 1.00/1.00 vMB 16
547,896 547,896 00000000000000000003187b2f3289c2ff1e26376eed7d4b4cdff87709d4ba59 2,340 1.00/1.00 vMB 10
547,895 547,895 00000000000000000000b41e9cfa3c1725fdd5097fea6dd1daaf0219280c090a 2,714 1.00/1.00 vMB 15
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: 713.05 GB
    • Received: 17.28 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.