Loading Tool

Explorer IconExplorer

Memory Pool

30,424 transactions
23.19 vMB
0.05936346 BTC
Random Selection Loading Transactions
Max Size: 122.97/200 MB

Candidate Block

Mining Attempt 40f2396c5d99a2d6a6bf1f93da6614221784c1f9df55194e4277d1b96689a32a
Version 20000000
Previous Block 0000000000000000000060fd7cef8808c2070f64718d137349c8f337cd3fcdb8
Merkle Root 74d85dc41afdfce5d7cdf9622ca1fc06ecd0ab6c4466edfe10ff7e56427c3160
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,069
Size: 1.00 vMB
Total Fees: 0.02290971 BTC
Feerates: 81.71 > 2.30 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,496 (503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,993 940,993 000000000000000000010047f199da3a26035c9b19b0cde10bda03fa6e436246 2,333 1.00/1.00 vMB 2
940,992 940,992 00000000000000000000481cc9acbeac7f34b712d12cb007bcc9ad6111a37114 4,017 1.00/1.00 vMB 4
940,991 940,991 000000000000000000007e15a22581ed9e7292a4354231e78e85679da49af561 2,365 1.00/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 829.44 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,660.57 GB
    • Received: 252.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.