Loading Tool

Explorer IconExplorer

Memory Pool

47,329 transactions
29.13 vMB
0.15651418 BTC
Random Selection Loading Transactions
Max Size: 152.52/200 MB

Candidate Block

Mining Attempt b4bdb7fbccfc859b2c98905e2a4b4dc27c7e2970768b2ed46d1e47a1af9fe84f
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 6041a31358c43b56dea5f2fbf4436d5852a4dc6a098621983cb17107613c6666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,818
Size: 1.00 vMB
Total Fees: 0.04135277 BTC
Feerates: 77.33 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (337,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,447 577,447 0000000000000000000591c4743f7a81ef72157c4ac822b0a0b227d5d361b642 2,877 1.00/1.00 vMB 143
577,446 577,446 0000000000000000001a8fdaed9da660377938f81431daed9a24520aadd8f45f 1,585 1.00/1.00 vMB 67
577,445 577,445 000000000000000000187a48ab64575b525491f9d10d63485c760bed91286ba2 2,049 1.00/1.00 vMB 100
577,444 577,444 00000000000000000027b2f5640322a104096c0c57ad1a8f12c628395c6a4205 965 1.00/1.00 vMB 78
577,443 577,443 0000000000000000001c122c9f5b8c2c99ea04b51973a7adb6140821a2f5f70a 2,788 1.00/1.00 vMB 78
577,442 577,442 0000000000000000001de3ac13f35deaca0d8a4d294e733cada5cd7d31bfbef8 3,405 1.00/1.00 vMB 147
577,441 577,441 00000000000000000023246a6f0c9c5418a6aead9d2cbb7b37232e3c7a02afe7 3,012 1.00/1.00 vMB 121
577,440 577,440 0000000000000000001c0eaece8a7d5aa2acb7d44842fe06a043d7fbddee1701 2,999 1.00/1.00 vMB 148
577,439 577,439 00000000000000000019dcd5fe413d6dc59c562cc98d6565fec099ed651d28ed 3,298 1.00/1.00 vMB 200
577,438 577,438 00000000000000000012fd1ca98811b63349c29327e21c5002efa532376f76a0 3,029 1.00/1.00 vMB 146
577,437 577,437 0000000000000000001ded3fdcbe152f7ecff19ebc55a12f384895d2dc51d7ca 2,646 1.00/1.00 vMB 190
577,436 577,436 0000000000000000000f8404679bad822c969b4fb6721d71c1c25306acaf71a0 1,870 1.00/1.00 vMB 117
577,435 577,435 0000000000000000001d59d8a150f4a316c8eb374214214707bcecbbf79d7aac 2,231 1.00/1.00 vMB 90
577,434 577,434 0000000000000000000f8c45c9ffa1aa974d88d557661cd36cbb29a371c38f84 2,456 1.00/1.00 vMB 100
577,433 577,433 00000000000000000024b67137fd2f86cf7b832418c503a83df3e2cd8f8e815f 3,210 1.00/1.00 vMB 173
577,432 577,432 0000000000000000000cacbd0901053ac0e5128f7e1d84e75b4dfd498fd3cb17 3,158 1.00/1.00 vMB 100
577,431 577,431 0000000000000000001d173e034b77bb69f46bb42ad3a1466a4c05578dd1e9d9 2,121 1.00/1.00 vMB 139
577,430 577,430 00000000000000000028414f83c17948a5fb207f453bab10ea3704f5b4042428 2,643 1.00/1.00 vMB 148
577,429 577,429 000000000000000000275be7b4ce949bef296316cce315fe1c15334f62607762 3,166 1.00/1.00 vMB 153
577,428 577,428 0000000000000000000d2405a23b08aa075e1ebad75c5cbf7b4706f0ec906461 2,686 1.00/1.00 vMB 161
577,427 577,427 00000000000000000025339cd94f3862b0bd6bbc927171c57ab6a3c234548338 2,911 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 781.87 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: 644.67 GB
    • Received: 12.62 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.