Loading Tool

Explorer IconExplorer

Memory Pool

75,633 transactions
30.92 vMB
0.09949455 BTC
Random Selection Loading Transactions
Max Size: 181.52/200 MB

Candidate Block

Mining Attempt 3ce34b116aeaac4e7acd4a66f8f86d87bdcaf2ed489064174d70f07b00b412b9
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 229e7351f2093946a0a7ec627f153f791a57e2eef7aac8b7d4d1fe1df444b701
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,317
Size: 1.00 vMB
Total Fees: 0.01977362 BTC
Feerates: 301.35 > 1.98 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (639,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
275,933 275,933 000000000000000259e97244577c433afbf3e02af7a6fdf057b50659d94ef225 342 0.25/1.00 vMB 49
275,932 275,932 00000000000000008df4b9aa1aa0bd8e67c0ecea5f40f734f7511fb441ce3117 1,361 0.50/1.00 vMB 66
275,931 275,931 000000000000000233b6e63552aff7e02ed609794226f887e9a7e6e9f9c65b5b 555 0.29/1.00 vMB 47
275,930 275,930 00000000000000020b9dac03afc9cbb92a906fe6a4c009ade92a8b25f1ba9945 674 0.25/1.00 vMB 84
275,929 275,929 0000000000000004af545b4cec388a0adb32d9df4006b830274bae7d4543ec0c 248 0.13/1.00 vMB 57
275,928 275,928 0000000000000000102f20474153e7fe86b8b6e44c6d662ee35a79625437556d 464 0.25/1.00 vMB 34
275,927 275,927 00000000000000002cafdd64a12fa2baf3c7e50e7850ef2cf0e51cb18dee765d 712 0.25/1.00 vMB 64
275,926 275,926 00000000000000016cabb2958d8e38bb8c85742704384b38cccc6b537928ac66 667 0.25/1.00 vMB 95
275,925 275,925 00000000000000044d549e681a7519155411adc4016b31471c90d7ca25213fae 358 0.19/1.00 vMB 47
275,924 275,924 000000000000000120de24d1f6dc2984f3d3747eea9c73b1f858cb20ef6d4e1f 31 0.02/1.00 vMB 64
275,923 275,923 0000000000000001bed2e1a869868e9b8227416e01ddcad1a4d1de026d520611 221 0.14/1.00 vMB 28
275,922 275,922 0000000000000002644a6d10f9a0a7f5d1c7cf5f194099c420b6f4b531bae689 590 0.29/1.00 vMB 54
275,921 275,921 0000000000000002c3096e037eec2d535e7d4e9a0b367dd5db50c914796d9bc3 54 0.13/1.00 vMB 2
275,920 275,920 000000000000000012e77685ac6b7555c06121a1aa4de0968ce5d549290cab32 102 0.14/1.00 vMB 12
275,919 275,919 0000000000000002fa4891d9b8e534aae86c9eb6fe08d0b0ed089054ae10c97a 678 0.25/1.00 vMB 54
275,918 275,918 000000000000000462089d781eb09b35a7b4478ea8a017549fabcf7341f606c6 90 0.03/1.00 vMB 117
275,917 275,917 0000000000000001cb9bda8706b4646c45d61db403adc8e08e146be300fbc0eb 72 0.15/1.00 vMB 2
275,916 275,916 0000000000000002d18d9be7358b6e9b38f61595a50754ae5922281f75989f2b 469 0.24/1.00 vMB 51
275,915 275,915 0000000000000000c21e9ce36d65b1fdb8fa7f765ad0db5509da9b2a3ecb2abd 60 0.02/1.00 vMB 103
275,914 275,914 0000000000000003704708fef7fdecde5acfdcd050ccb6d0015799c9e626d3db 683 0.34/1.00 vMB 49
275,913 275,913 0000000000000000a37e08fccf13711d56f52f5bd7f8af510445cb1fc47cdafe 321 0.15/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 739.16 GB
    • Received: 18.62 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.