Loading Tool

Explorer IconExplorer

Memory Pool

53,685 transactions
29.74 vMB
0.10342433 BTC
Random Selection Loading Transactions
Max Size: 159.69/200 MB

Candidate Block

Mining Attempt 2bcf431239d7558de05b3966e4f579f8d9d88c34989ddc860027d2f191b2dc2d
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root fa2c1c5201b7efb317909bf2419b5171f06c51145d96672930a568a85066bc08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.03124894 BTC
Feerates: 150.77 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (337,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
577,426 577,426 0000000000000000000bc01aa8038d5cb96de301562e770b3e8451ba017084d3 2,926 1.00/1.00 vMB 119
577,425 577,425 0000000000000000001bae56e39481d262984a58ee7ff1ef96c77bc0e9331c71 2,788 1.00/1.00 vMB 141
577,424 577,424 00000000000000000006361a364c561fe34aa1ff106932180ec2c5c18fe27cbe 2,968 1.00/1.00 vMB 127
577,423 577,423 00000000000000000023d92eaac68e78caea39ed18b40387a60758acb1b54f51 2,544 1.00/1.00 vMB 129
577,422 577,422 0000000000000000000fef26c6d9a83a83253efa52a0a50a8c3c6c2c7e73b9dc 2,775 1.00/1.00 vMB 119
577,421 577,421 00000000000000000005da414202865f4b56d412e23866de6c213faec7e2bce4 3,285 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.