Loading Tool

Explorer IconExplorer

Memory Pool

78,894 transactions
29.23 vMB
0.06994011 BTC
Random Selection Loading Transactions
Max Size: 175.40/200 MB

Candidate Block

Mining Attempt bb511916d22d13b1ce09c0317e225149ae3900b7f0de66ec69daf0fd1d8e76cb
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 8ba47fcc07ebdb8c37c6e6c87d603ffee25c1632983cdadb5d09803885155baa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,427
Size: 1.00 vMB
Total Fees: 0.01062820 BTC
Feerates: 170.94 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (325,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,897 589,897 0000000000000000001337cba5e13975c85a15e3b98f56304cc0fbbbf2e5cf1c 2,065 1.00/1.00 vMB 23
589,896 589,896 0000000000000000001b8b12a646f613cb3595d67930eeed9d4b18c8d329bc49 2,282 1.00/1.00 vMB 10
589,895 589,895 000000000000000000142d4fa1d2113d4e4ca0b9904d307f91089a985e285abf 1 0.00/1.00 vMB 0
589,894 589,894 0000000000000000001b6d230960544b3ed2cde211a9a7014eb82c9fc35a3740 2,222 1.00/1.00 vMB 55
589,893 589,893 0000000000000000000a29fcd713758d18f53a29bc021cad9ae824a68c9435ca 1,732 1.00/1.00 vMB 22
589,892 589,892 00000000000000000014520904012e923ea7b60c4f8fc7004fe9b8684513d265 2,206 1.00/1.00 vMB 12
589,891 589,891 0000000000000000000051ac90fff4fb289ef41f6426df43cd19dd5b03173d94 2,648 1.00/1.00 vMB 25
589,890 589,890 00000000000000000007c3287127f96b6631c8d6c89e1812b58a28933d413408 2,769 1.00/1.00 vMB 43
589,889 589,889 000000000000000000131f66ff75b74e10cd9555c41776c46a9bd1d198de78f4 2,934 1.00/1.00 vMB 78
589,888 589,888 00000000000000000001d357f52ffc486ae3ab36dd3374bce1abb5a481d3ad41 2,720 1.00/1.00 vMB 58
589,887 589,887 000000000000000000045f72d081d4d0ae224c148d002abb1e9e2cb094a5fc1b 2,595 1.00/1.00 vMB 70
589,886 589,886 00000000000000000008cafc1fc8ff5537e31f34c0aedff0d584bce905ff7f2e 1,338 1.00/1.00 vMB 18
589,885 589,885 0000000000000000000ba02f83f822d456fe9038eba0dd254c81d4fcf57bdbb1 1,454 1.00/1.00 vMB 8
589,884 589,884 000000000000000000095085fd089485c5ca3f3b19a5911a06e724e4957b08db 1,651 1.00/1.00 vMB 12
589,883 589,883 0000000000000000000c8c4e19b13efc3feaeec1f57b3dea0c3dff1dd120f974 2,170 1.00/1.00 vMB 35
589,882 589,882 00000000000000000009bb6e5bb7c5ea8d3bffbc4be06fc9b88e842bd31a1bf2 2,791 1.00/1.00 vMB 39
589,881 589,881 00000000000000000013d2faab8c6ea537f93e6336afc0ec27ab1f0a2f95d506 2,202 1.00/1.00 vMB 24
589,880 589,880 0000000000000000001746c57377298761ef0bf44538baa7d469e9ad892aa6f0 2,086 1.00/1.00 vMB 10
589,879 589,879 0000000000000000000834e70dc184aa182edd9ba50f2597a0f1e0ad3057a672 2,630 1.00/1.00 vMB 36
589,878 589,878 0000000000000000001449909ddae2d69d4044ea12bb8481054a42e572f20005 2,748 1.00/1.00 vMB 56
589,877 589,877 0000000000000000000416c206a326f2ced13ac1d3946dfee4efa8039a3164e2 1,985 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.