Loading Tool

Explorer IconExplorer

Memory Pool

56,398 transactions
32.10 vMB
0.18137292 BTC
Random Selection Loading Transactions
Max Size: 172.81/200 MB

Candidate Block

Mining Attempt 62c4dd369edefc493a3db292e49a96afabbd63e6ee7c96df7e16eed17d795bdf
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root c3021663ce5130a9ce7d7ccf860f7e20bcb90cee6c809a95ab579bae41497bf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.07172454 BTC
Feerates: 465.21 > 7.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (332,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,228 582,228 0000000000000000000d6cc9568f362f86bb070456a9eb42e235a087d48c956e 2,317 1.00/1.00 vMB 83
582,227 582,227 000000000000000000013f4ba0badff24a8199d65de5e934e3eff1dd31985dd3 3,224 1.00/1.00 vMB 113
582,226 582,226 00000000000000000022311e5a1767735fc4cb15f9e22a3cce5543b473645996 2,915 1.00/1.00 vMB 97
582,225 582,225 00000000000000000025bf33f2070737f2e09e27456ad425b8cbb8210bd9efe8 2,607 1.00/1.00 vMB 69
582,224 582,224 0000000000000000000d97402a6a1473dfe91ad1e76a5057c1a3d0434fc307b0 3,004 1.00/1.00 vMB 92
582,223 582,223 0000000000000000001ea8eef4592bc442e580dcf9e72f94768454f4e2e5b584 2,937 1.00/1.00 vMB 121
582,222 582,222 00000000000000000022c39a6ff2dd830278ebd868c12550ae2faf625dc8dfbf 2,245 1.00/1.00 vMB 76
582,221 582,221 0000000000000000001dab9bbd9d4fa0eae12026b13d9666ff10d89ab57506e3 1,785 1.00/1.00 vMB 64
582,220 582,220 0000000000000000000717aa469f4e95b2659c448989f3506958e878e44846e7 2,651 1.00/1.00 vMB 90
582,219 582,219 00000000000000000019ca8e9faeacd18aa8aac869920426bb330f2da1a65544 2,676 1.00/1.00 vMB 91
582,218 582,218 0000000000000000001edee29ac72220196f8b21bd99a1647bf7142872f5a70a 876 1.00/1.00 vMB 54
582,217 582,217 000000000000000000159e804e08145c64d3fb0df6435e581f36aa8e2ce29273 1,255 1.00/1.00 vMB 61
582,216 582,216 0000000000000000000ff019ee55f8bb3601c5218698d13a4ff641d1aabf0069 2,275 1.00/1.00 vMB 56
582,215 582,215 00000000000000000006526fd769645a73188aab467fc6e66f7ce146d8352381 2,207 1.00/1.00 vMB 91
582,214 582,214 000000000000000000199c796f9e8ab671ca73a347977f7a999e9252e2e00bef 2,446 1.00/1.00 vMB 89
582,213 582,213 0000000000000000001b01ce7950af7a927a57bdcc9a23d3be8277cd8677e840 2,595 1.00/1.00 vMB 115
582,212 582,212 0000000000000000000a7f03da90d57b5670f9c2a94f1cb1a395fe951bbb77ae 2,372 1.00/1.00 vMB 100
582,211 582,211 000000000000000000223ac748ccf78eb8be5bcdb03a517c1d3d5199ec4c481c 1,418 1.00/1.00 vMB 67
582,210 582,210 0000000000000000001b7be1960af73270a77ee945c5f9d5cf07c9d51367b95d 1,889 1.00/1.00 vMB 86
582,209 582,209 00000000000000000020c23153796474875049ab2b7aed06c3eda98e2d2f2255 2,941 1.00/1.00 vMB 107
582,208 582,208 0000000000000000001b3b38ab814203ff58748a1f3b0350acfd25b91641864a 2,602 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.