Loading Tool

Explorer IconExplorer

Memory Pool

25,348 transactions
24.36 vMB
0.02879172 BTC
Random Selection Loading Transactions
Max Size: 131.97/200 MB

Candidate Block

Mining Attempt c33d8754c19d2ce178c05ef5f9a9552bdf23cbb8251b53dc6380f3013ad2f7ae
Version 20000000
Previous Block 00000000000000000001ed5174462a5cede382fa4077bb825d9ead5ede6b2764
Merkle Root 0e2867849cb8dd74550fd8c5191b83ccc9bf103c31dfdb10dc0514eda629d838
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,316
Size: 1.00 vMB
Total Fees: 0.00214435 BTC
Feerates: 17.81 > 0.21 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,706 (141,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,963 797,963 00000000000000000001d57c9e05f623cf2e38786cd31b48274c060f24c54a60 2,163 1.00/1.00 vMB 7
797,962 797,962 0000000000000000000513cdf0ae9e42b76b8ab4226f11d78414cd255e4d2da2 2,389 1.00/1.00 vMB 10
797,961 797,961 0000000000000000000295e32287b2113a613ac586d6ac4f291f6cfef7509a03 3,551 1.00/1.00 vMB 19
797,960 797,960 000000000000000000051748279c748f0c8a65211ce1da29f4c91879fb48138b 2,235 1.00/1.00 vMB 6
797,959 797,959 0000000000000000000373df5682883f6764221662c53340725917f10502f63f 3,353 1.00/1.00 vMB 17
797,958 797,958 000000000000000000052f93b0ebf50c8f6f1b31ca7e4a994080e2130e13efb6 1,775 1.00/1.00 vMB 5
797,957 797,957 0000000000000000000465878c1548bdeb3b559f3393a4cd4a357297b6e6e304 2,506 1.00/1.00 vMB 7
797,956 797,956 00000000000000000000660d8a15168a40462b2304c05a80f06b2ac9fefce308 1,405 1.00/1.00 vMB 4
797,955 797,955 00000000000000000005469ec34d452a1e0f0cbe8702bcea69d8f73def95c00f 2,001 1.00/1.00 vMB 7
797,954 797,954 000000000000000000004c62d9c2ea910f5e2f964bec729a5844333c6799fff5 2,677 1.00/1.00 vMB 9
797,953 797,953 0000000000000000000277ba36f9de5b726a8421f02d0514d01291af2762169d 2,653 1.00/1.00 vMB 5
797,952 797,952 000000000000000000049ee84c821f42fc70f1ad24d1b87e2998e3dcc4d945f7 2,312 1.00/1.00 vMB 12
797,951 797,951 000000000000000000042638b6267f965d31c63b56d1a954f28a0e23312c2ea2 3,582 1.00/1.00 vMB 5
797,950 797,950 00000000000000000000cdddec74a7077d473481ac76b5be753d07cc0fe43965 2,134 1.00/1.00 vMB 13
797,949 797,949 000000000000000000030da15f84febe68b39fc11bd3bbc3041aeedb1a6ebea4 2,883 1.00/1.00 vMB 8
797,948 797,948 00000000000000000004b430a8370c3fea252964f5fec87c5d97b2c02007bb86 2,438 1.00/1.00 vMB 10
797,947 797,947 000000000000000000008a8902eb8cb6934e299ca44fddffaa51aa44b16db045 5,979 1.00/1.00 vMB 5
797,946 797,946 0000000000000000000466201c5860ad9e7c9564aaf429784a9f195bfb7993a5 6,119 1.00/1.00 vMB 3
797,945 797,945 00000000000000000002d793ccae8ffc9e20fa856c8064e520dbf7caff7b1596 2,925 1.00/1.00 vMB 5
797,944 797,944 000000000000000000052da0da674c02bcf8878888cd3f40ff31d281d12c3c9e 2,850 1.00/1.00 vMB 13
797,943 797,943 00000000000000000003b611049d4039a79912864807b0100c060d0419b5a74a 4,011 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 826.20 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: 4,285.89 GB
    • Received: 237.03 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.