Loading Tool

Explorer IconExplorer

Memory Pool

82,993 transactions
30.58 vMB
0.16355785 BTC
Random Selection Loading Transactions
Max Size: 185.59/200 MB

Candidate Block

Mining Attempt ef8b4b1d816febfb605c84f73712ff4e16c5bcb5bcc4bd5eabca644bc8856f6e
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 34f9cd24aeeac21c59a052f152e9ab2acf7579ebc48348597eb720659f62b1c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,079
Size: 1.00 vMB
Total Fees: 0.08393811 BTC
Feerates: 150.79 > 8.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (421,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,869 493,869 000000000000000000b2994848f6ba0dbdbac159f818256302c51dde86a1836d 1,708 1.00/1.00 vMB 186
493,868 493,868 0000000000000000007f021a87f038bfebe11bfc6c64a5e5066cc4e3ece7a4e7 1,533 1.00/1.00 vMB 149
493,867 493,867 00000000000000000047a19a201c5b4219acdf70c698f1b120a1b11cc02a9c8c 2,270 1.00/1.00 vMB 289
493,866 493,866 00000000000000000070de9aec218ad077a877f8061cf990ab321dbd2753bfbc 2,496 1.00/1.00 vMB 228
493,865 493,865 000000000000000000173b079cf7699e564490541e1af5c42dd40c64598c4b4e 1,912 1.00/1.00 vMB 283
493,864 493,864 0000000000000000004e7891d3e3c9559a1f04fe330129ebedc6a29fe2df211e 2,582 1.00/1.00 vMB 218
493,863 493,863 00000000000000000030199afad620c03abda78674e401db9fd551270cafd4ff 2,056 1.00/1.00 vMB 158
493,862 493,862 000000000000000000624e706ec08153003e98c82e6253b17ce928a25c95fce5 2,123 1.00/1.00 vMB 266
493,861 493,861 000000000000000000061b0b2a9a19aa3a1ddeb00ea122d43fd66b3683b1bb5e 2,701 1.00/1.00 vMB 275
493,860 493,860 000000000000000000bbbd3f3acacdccff98642aae3d0c1df96906ecf97c5877 2,488 1.00/1.00 vMB 296
493,859 493,859 00000000000000000057fd4044e9656de7d37f21147146b942d0c7c0a240e53d 2,801 1.00/1.00 vMB 241
493,858 493,858 0000000000000000001ab4556fdcf45339c9baf20e4716c9961f59e5b5dd046d 2,361 1.00/1.00 vMB 285
493,857 493,857 0000000000000000000078413e67b33475ed4256aa19c15c34f77ad10c0e82b6 2,133 1.00/1.00 vMB 288
493,856 493,856 000000000000000000be5354fc04b7efbc5c0dcb5328c6ad61ebf67aa4203ef1 2,402 0.89/1.00 vMB 320
493,855 493,855 00000000000000000053ed0859e5b7f987912c16723f3362fc4952a376e637a1 1,540 1.00/1.00 vMB 314
493,854 493,854 00000000000000000009ded3bb19c90fbb5b9e78c17572c8e65699ac92b6f48a 2,487 1.00/1.00 vMB 263
493,853 493,853 000000000000000000aee6b32759aaef0ad44b3567e05bdfda87af7372aee53f 2,515 1.00/1.00 vMB 245
493,852 493,852 0000000000000000009128d188bc9f453068831988a9e53a938eaf8f831df742 2,341 1.00/1.00 vMB 265
493,851 493,851 00000000000000000008d77d3b523bbee713d788b3ed207dfff6378f0e8130dd 2,446 0.96/1.00 vMB 221
493,850 493,850 000000000000000000983223f14ec2cbbe4fb333feb76181657c392b64de513f 1,839 0.96/1.00 vMB 244
493,849 493,849 00000000000000000048f757daae35974b3d5a9435e2bdebc496885ef6dfc923 2,500 1.00/1.00 vMB 250
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.