Loading Tool

Explorer IconExplorer

Memory Pool

40,320 transactions
26.46 vMB
0.05701428 BTC
Random Selection Loading Transactions
Max Size: 138.00/200 MB

Candidate Block

Mining Attempt dc42033ea9f4ee31f90113ae4c1171b4ba70cd5a048b8d21d355257c538e6d58
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 8cb0351756472bdcf6bb77a1234bc4daa9ef6f1d4ed7190553b37746d1412ef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,334
Size: 1.00 vMB
Total Fees: 0.00828865 BTC
Feerates: 50.27 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (406,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,995 507,995 000000000000000000673d3f94f7a6925d1c25a12dd639ba71ad627bc019dacd 392 1.00/1.00 vMB 26
507,994 507,994 0000000000000000003028fe774c59f90f90898a1bc7b3dced7fecf551a41d84 569 1.00/1.00 vMB 28
507,993 507,993 0000000000000000001f2fda3f091cff633620875e9436cf832c0a36535f460c 270 1.00/1.00 vMB 8
507,992 507,992 00000000000000000057aa5e21bb7bd0e378b2edc3138c2a02c51f0937914cab 1,317 1.00/1.00 vMB 35
507,991 507,991 00000000000000000005137492238073a92f35d1239500bb9be2a78a82b5b3e9 2,262 1.00/1.00 vMB 133
507,990 507,990 0000000000000000004f23d018d48808d8e7a55dd6f3eafdc4ed98e67d5d1212 2,103 1.00/1.00 vMB 110
507,989 507,989 0000000000000000000533f37dc86a6731d2c33767f80f6d4009ed5d6e38b028 1,056 1.00/1.00 vMB 12
507,988 507,988 00000000000000000017fcf83729c9b7ae644523aa86fa22df337421f499c97e 1,333 1.00/1.00 vMB 59
507,987 507,987 0000000000000000005e46d334bc42d19a68393a35f323c5661d2e025d942602 1,331 1.00/1.00 vMB 61
507,986 507,986 0000000000000000005f3e9e784c9fb849663588db7b793f8e68e8ad7145b6e5 1,953 1.00/1.00 vMB 144
507,985 507,985 0000000000000000002cdb42f2ed2a545a50c72f713177423a380ff631cd1c56 2,712 1.00/1.00 vMB 169
507,984 507,984 0000000000000000002b0e22d8d02768571a79e873c0536f7b0b0c8deb8384fc 1,533 1.00/1.00 vMB 102
507,983 507,983 0000000000000000000b4ee5cb67c804ed86bd4d073aca523a693b20ec739420 2,133 1.00/1.00 vMB 121
507,982 507,982 0000000000000000002a71eef8eb6f1fb482e13e102df4ad88e8df057a1bdb9c 1,675 1.00/1.00 vMB 72
507,981 507,981 0000000000000000001855c3c43e268f92f8e24f4a0333c30a867a596e5f5f28 1,831 1.00/1.00 vMB 98
507,980 507,980 0000000000000000002ac0fdade4f44857fa0dd5da7e451c07d2c8517154a398 1,838 1.00/1.00 vMB 88
507,979 507,979 0000000000000000005eeeae55e001324f64a9d3d00e8cf21229fffe0c96ef90 2,067 1.00/1.00 vMB 114
507,978 507,978 000000000000000000277969aa7e8aae9481e00bb744526e6d29bf046354ce04 2,059 1.00/1.00 vMB 131
507,977 507,977 0000000000000000004bf45a2b71bcb2e89888aae6fd013928d8c8607a9c266e 3,143 1.00/1.00 vMB 201
507,976 507,976 0000000000000000005004fe7e8d8ac30977df24a9a7ec98da249d80ceb453a2 1,350 1.00/1.00 vMB 39
507,975 507,975 000000000000000000034da015a0b8803b467fa4f302935ea9f6fbe1ea69ce14 1,813 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.