Loading Tool

Explorer IconExplorer

Memory Pool

27,139 transactions
25.42 vMB
0.06123286 BTC
Random Selection Loading Transactions
Max Size: 138.83/200 MB

Candidate Block

Mining Attempt b80791833554aa0e2b5acbc191cd238bebdd2f8445d39202b0860402fd4faf20
Version 20000000
Previous Block 00000000000000000001a9fa97fbbc30639ec314a6e7913fe65346cfc2969d0d
Merkle Root bc6500a5821ef8f6c40fdac33ef5c78acf90442171553b38f79e9d068feaa514
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.03183665 BTC
Feerates: 1,007.55 > 3.19 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,057 (67 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,990 940,990 000000000000000000009b4fed48dc9c9b994d347023fbc7f4ef2c408e34728d 1,872 1.00/1.00 vMB 3
940,989 940,989 0000000000000000000026726286d3b1e094cc0eb3468b6cf1d9f43b93bd057a 2,940 1.00/1.00 vMB 2
940,988 940,988 00000000000000000001412715c21b182b77a35d64cdf5c818bbe82b86f753fe 2,479 1.00/1.00 vMB 1
940,987 940,987 00000000000000000000d925a10f4d194fb7040928e4aabc1b90077faea85fe3 3,038 1.00/1.00 vMB 3
940,986 940,986 000000000000000000008b551d95c3bea6bbe24a3daf51f1574b619ebb332a23 1,132 1.00/1.00 vMB 0
940,985 940,985 0000000000000000000074f8c3bb05de0cc5699ece628b23514cf6eccb08737c 2,807 1.00/1.00 vMB 1
940,984 940,984 00000000000000000001d6d9d3c3722cf781a58c1bb8aa5395f97421699a26e7 4,656 1.00/1.00 vMB 0
940,983 940,983 0000000000000000000011916169d7de618bf0af579679e48bf8fdbf3d4c23ac 1,849 1.00/1.00 vMB 0
940,982 940,982 00000000000000000000c0b24d1ba7fed102646c26220f9ac70e59d5692749a7 3,632 1.00/1.00 vMB 1
940,981 940,981 000000000000000000009dad8ab38584f1021425eb1f7a3d88e5c273ce78ddf8 2,731 1.00/1.00 vMB 1
940,980 940,980 00000000000000000000f7ab0d0afb75fe7ecd7ffa71f17b32495a6cbc6c408b 3,400 1.00/1.00 vMB 0
940,979 940,979 00000000000000000000748c47085ff748764e072c544c70d645fa59abc99966 3,370 1.00/1.00 vMB 1
940,978 940,978 00000000000000000001097d4293cd0386602067853799058f2e823114d98306 4,595 1.00/1.00 vMB 0
940,977 940,977 000000000000000000017f3e4e908f5610995a6d602dc36ab6fe7edee38d8d4e 3,914 1.00/1.00 vMB 0
940,976 940,976 000000000000000000009d05d73c038f092578d5922ecd6df365b5fde942fae6 4,262 1.00/1.00 vMB 0
940,975 940,975 00000000000000000001cae9615d3d7d07072fca4dd1aabeed4770401331b0c9 4,176 1.00/1.00 vMB 0
940,974 940,974 00000000000000000001abb8bb4fc1f3a3d5af514caf7ce2a756fa97ac6966fb 2,525 1.00/1.00 vMB 2
940,973 940,973 00000000000000000001a59b60e485b77ba2862d55f86e928f9e9d00c9f1fda7 4,071 1.00/1.00 vMB 1
940,972 940,972 00000000000000000001194b594f8f12cff31a1945b453573bbf109635c2f39a 4,480 1.00/1.00 vMB 0
940,971 940,971 0000000000000000000083c493e649dbf6038e5dbdc6836ebc9d89eb800b88f3 3,478 1.00/1.00 vMB 1
940,970 940,970 00000000000000000001418f20e94dc8f8d38c271630b0c26c9e262a7784c949 4,732 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.66 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,608.77 GB
    • Received: 248.38 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.