Loading Tool

Explorer IconExplorer

Memory Pool

26,150 transactions
5.26 vMB
0.07418339 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.38/200 MB

Candidate Block

Mining Attempt 8924f35c09184dc18619973d22f50d5e4c8d248f6a4dd15d4ed92434c4479460
Version 20000000
Previous Block 00000000000000000001edf46d90d4284aa228c252181598871492192f02e29c
Merkle Root 6d04d1b939dfbf557e8aca9016d76929573a9a534ad2ab838f2bce2a398c8246
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,061
Size: 1.00 vMB
Total Fees: 0.05510271 BTC
Avg Feerate: 3.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,863 (895,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,349 17,349 00000000590fc1eb6fdee750a5c7b5b88d98ff32531006e44c4d6cc6b581fd74 0.00 MB 1 0
17,348 17,348 00000000d776106f43b36c370d5fb283436e12e0042f78427b999e40c0602621 0.00 MB 1 0
17,347 17,347 000000006edd276673a3f4fe7a2fae22533f01f8b1c146604802e6e58fe1dede 0.00 MB 1 0
17,346 17,346 000000005f5a0a5ed52f7cdeb923c8db27e9b55758bf9066c1e28c63a5e2e85f 0.00 MB 1 0
17,345 17,345 00000000a09f0b76c8cda4893be2437643b3e78d6bbfffc21ce5d88865baaa0d 0.00 MB 1 0
17,344 17,344 00000000005d747d91b5eac43896f6813d4955c6de97ab7b047d8fc093579dd1 0.00 MB 1 0
17,343 17,343 0000000060eb8088a40774649dbc1c3a8f29d687aeba8e2d0244f3ca06bcedca 0.00 MB 1 0
17,342 17,342 000000001a14ef3bfe3ca219675a1cf9e819e5b12e0c201c3cacaafe9b2e416f 0.00 MB 1 0
17,341 17,341 00000000dc79d0027884dda53b6f213ad41d56cb8b2ed290e59b6d2c67ad7b46 0.00 MB 1 0
17,340 17,340 0000000010d8395e88c63120e37297971e3dbff013d07879df484bba6c29127b 0.00 MB 1 0
17,339 17,339 00000000469b693d96fe425e87608263823f1739c050a46e65d7fd5bc9960d9b 0.00 MB 1 0
17,338 17,338 00000000605c402719bbf7617f29c5069906c6fb752f3f0429866f3eaf2a35ee 0.00 MB 1 0
17,337 17,337 000000009fbb96578410045864828c243458a635434771a644a4cf9edc2156b8 0.00 MB 1 0
17,336 17,336 00000000d4afb73ad5bdb13a40848bfed1637db23e925ff163843a95be435e5e 0.00 MB 1 0
17,335 17,335 00000000dfc5a2db8d8d99b1d1b4683a503972fe02eeedf9d3a4d53c8ef08428 0.00 MB 1 0
17,334 17,334 00000000c2f950356202b623d5c1d9e4922365f441dc6ee7683c77f99718e081 0.00 MB 1 0
17,333 17,333 00000000498e79569fcabdf2efcca60f62f5972a17947f68903d7b9c5959c9e7 0.00 MB 1 0
17,332 17,332 00000000e56721b94d3071da6ebd74f45b4c9fdbfd1435cfe96d1ec07709dfa4 0.00 MB 1 0
17,331 17,331 000000001ea82a718f2f3a473f25130d0cfc3c33f9da9eaaf6b00c8f1384d32e 0.00 MB 1 0
17,330 17,330 000000003a6f0a5f151985a8bfc1ff94ef29eda9967591397da37a408917e667 0.00 MB 1 0
17,329 17,329 0000000044c62252cc39921938ff2216dd797180ec61f5751d970b07b94245ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 103
    • Outgoing: 10
  • Data Transfer:
    • Sent: 218.63 GB
    • Received: 2.24 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.