Loading Tool

Explorer IconExplorer

Memory Pool

36,454 transactions
25.80 vMB
0.07608325 BTC
Random Selection Loading Transactions
Max Size: 132.86/200 MB

Candidate Block

Mining Attempt 99c8d1df71a91a10502e013a8ab4c711823989f371c19f16070b5c65443ec7f2
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8869679d3152cf21494d7fffb827824038bdb5d41b9b85e237529d2d49e88e9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,359
Size: 1.00 vMB
Total Fees: 0.02915306 BTC
Feerates: 101.64 > 2.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (313,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,958 600,958 0000000000000000000cc2e7c0a7bc9f5f7927ce74e3bbdee1023f67e2bc4733 2,592 1.00/1.00 vMB 26
600,957 600,957 0000000000000000000f81199149e8ea60c54ae250336b554ba632d847b77f91 2,645 1.00/1.00 vMB 7
600,956 600,956 00000000000000000013872a84673d69fb62f5765935535667ed9ed91bc6c3b2 2,408 1.00/1.00 vMB 34
600,955 600,955 00000000000000000007835848d3ea756296d7f445464370086b16fdb623f230 2,281 1.00/1.00 vMB 26
600,954 600,954 0000000000000000000d30e4c64610dc7a59a4c841024f3182de1728f15c2e7c 2,311 1.00/1.00 vMB 33
600,953 600,953 00000000000000000004194318873574154f1a2f4fde751ab74ea01540b35ae8 1,895 1.00/1.00 vMB 15
600,952 600,952 000000000000000000029d315f3ddf510736febe6cd118a14eef1a457ae74a92 2,328 1.00/1.00 vMB 15
600,951 600,951 0000000000000000000629b54e6cc4a32109eda7278c449fbf6ee4f54fabd955 2,731 1.00/1.00 vMB 44
600,950 600,950 0000000000000000000eae73e874dd11465b5d6a0a815d2de7ff837db4a8cd16 1,979 1.00/1.00 vMB 3
600,949 600,949 0000000000000000000921d25f8de75e0cdc07b7ee5bc29fea118c155643e174 2,527 1.00/1.00 vMB 4
600,948 600,948 0000000000000000000862b6e2335099e5c0501288bf86ffd8aaf0b0adc5ab47 2,713 1.00/1.00 vMB 32
600,947 600,947 0000000000000000001377baa5217eddc70a8cd6ac492aa418a8f690f3c76e81 2,775 1.00/1.00 vMB 26
600,946 600,946 000000000000000000135881b34970db9c96350545b3267c2dfede88a8b3a18b 2,891 1.00/1.00 vMB 12
600,945 600,945 00000000000000000000e662beb27aed06e331f40568424f652fb562eeed9581 2,732 1.00/1.00 vMB 41
600,944 600,944 000000000000000000130fd21e2a3c8fd44c68ae1c391bccb3d9bb2593fdbb49 3,075 1.00/1.00 vMB 22
600,943 600,943 00000000000000000005082853c16c001cdd78b9923faf377768e2c8ce5b6ae1 2,510 1.00/1.00 vMB 55
600,942 600,942 0000000000000000000c42f135dc6855849c3b80386db0235bb3f1097aaf911a 2,695 1.00/1.00 vMB 39
600,941 600,941 00000000000000000005ee9f115704c6393334d375ac122b1a14db6b3b6df073 3,258 1.00/1.00 vMB 28
600,940 600,940 00000000000000000011db13ed59322f09a8c0cfc98bf1ecc140430ff4e4f21c 2,525 1.00/1.00 vMB 47
600,939 600,939 0000000000000000000c2e01e489dfcc82186b916393281e760e29b2632e9e94 2,905 1.00/1.00 vMB 24
600,938 600,938 000000000000000000028b96d7037747a85ebb80f8341c41de653b96aec57408 3,434 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.