Loading Tool

Explorer IconExplorer

Memory Pool

77,399 transactions
28.90 vMB
0.10038816 BTC
Random Selection Loading Transactions
Max Size: 175.34/200 MB

Candidate Block

Mining Attempt f8367eccd8ce9e2f95d6490fdd14b11077a3408319c16ab3d136317dca191a07
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 774dd48dd1c63f6d07156bdbf23fb553e30b9479f40eb3eb5be85c99ad21562c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.03162076 BTC
Feerates: 180.82 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (89,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,952 825,952 000000000000000000012440f422d3446420c5b5cbaa15f33adf5bd381aca22f 2,763 1.00/1.00 vMB 91
825,951 825,951 00000000000000000000d535c1a8a43ee19ba7481de998d21b9a3e1da388a43d 5,593 1.00/1.00 vMB 52
825,950 825,950 00000000000000000000c6396fca3a98cbe77f282a9454574150406112af84c2 1,175 1.00/1.00 vMB 43
825,949 825,949 0000000000000000000253dc5b26f7b5ed32177669c208094570fd4ff9dd99f1 3,270 1.00/1.00 vMB 48
825,948 825,948 00000000000000000003387cd48deee271b07730657cad89964f843d5f9fe1c5 3,597 1.00/1.00 vMB 66
825,947 825,947 000000000000000000015479797b4dae8b7aca2c4e0619e89b438e15ff9eedcc 3,066 1.00/1.00 vMB 77
825,946 825,946 00000000000000000000f1539f5ca705ba4d0b52a6df47ad73c29f5f779df9fa 3,509 1.00/1.00 vMB 62
825,945 825,945 00000000000000000000ecdec7101a7ccaa76b6c5c5fa505a0952a8e7f3f761c 3,078 1.00/1.00 vMB 46
825,944 825,944 0000000000000000000241cfe7e6f640031e654dd14f9d9629086ee944dc4988 4,387 1.00/1.00 vMB 48
825,943 825,943 0000000000000000000344fea0442796698a2afbf2717d5e63047bef4dbef495 4,486 1.00/1.00 vMB 62
825,942 825,942 000000000000000000017e4558ef7f2402feb756527cd046e3f2c453902c6b69 3,842 1.00/1.00 vMB 58
825,941 825,941 000000000000000000000ac7d90b4362f9f05b22170ce7ada733ac8d53f2aa21 4,755 1.00/1.00 vMB 58
825,940 825,940 0000000000000000000215a0c7859f100f6a8334b96fc056df5798546260b8d7 3,608 1.00/1.00 vMB 52
825,939 825,939 00000000000000000002b74e15fe24f1319bc032f317bc3737bcf42227c34718 4,166 1.00/1.00 vMB 72
825,938 825,938 00000000000000000001d8faf9b8a2baad53839f4a05fb457f914e0efc58579b 2,841 1.00/1.00 vMB 56
825,937 825,937 00000000000000000003cb9898db17dee9897f7f28b3c943834dfacff9c11a5f 2,876 1.00/1.00 vMB 83
825,936 825,936 00000000000000000001ff01306653faf50ff902ee7e8b278c3f4918047a0389 2,697 1.00/1.00 vMB 86
825,935 825,935 00000000000000000003cb679eef066d6d21ce25c40e9e16b6c7d4f6962a9a75 2,799 1.00/1.00 vMB 106
825,934 825,934 00000000000000000001c74662e9b280ed69d04fe79667b12d5a450cb5063cf1 3,255 1.00/1.00 vMB 72
825,933 825,933 00000000000000000002f95317315f9d00b2299eb3499b0f499a707506ad6735 3,406 1.00/1.00 vMB 81
825,932 825,932 0000000000000000000052c0558b25a6fd690695c12e1a18fec0534479beeb5d 2,378 1.00/1.00 vMB 52
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: 712.90 GB
    • Received: 17.24 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.