Loading Tool

Explorer IconExplorer

Memory Pool

28,658 transactions
5.82 vMB
0.07492899 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.58/200 MB

Candidate Block

Mining Attempt 217494d37eb10ddf6b9f78dd4f281c9e01839871ce494c3012bbd4c80013d0a5
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 2cd502cd5e042c4fd4402b3380e7d8a4d3065fc18cabb72b9f7c90a70f38529d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.05693050 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (639,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,395 273,395 00000000000000043eb2b11fd3cad56e3001eb3dc2a3e1d99e2b41cdf3c670e8 0.02 MB 50 45
273,394 273,394 000000000000000325356152bf181d55a75c7ee9556a162b30df2237c21eaf9e 0.15 MB 374 49
273,393 273,393 0000000000000005f0c05c90020c6d1fd8fe253ad3efd0055c0acc7af6ed1678 0.21 MB 420 35
273,392 273,392 00000000000000056bfb020aa6c19258f71aaa3793592980df32f78722d6e82a 0.25 MB 618 60
273,391 273,391 00000000000000011dbf9661312f510ed687c7ff23d7b531db2873c633f4dbd1 0.15 MB 353 40
273,390 273,390 00000000000000013c53a524a755405b3599a8a6ad7a8e05bfb0dd9c1ff931ed 0.03 MB 74 210
273,389 273,389 0000000000000004312892909c58cc879652332390c618608a906316dca4932a 0.09 MB 228 54
273,388 273,388 000000000000000062e7fd5e269a3560edc285bfad586c86abdc1e6a171a8c46 0.17 MB 234 51
273,387 273,387 000000000000000009463be21a7aa1dc468a7c083ba101dad32c0fc28a49d122 0.07 MB 116 24
273,386 273,386 0000000000000001b03d2d77ac0bfbbc8aa275865490c8c99ff521968c8fe937 0.27 MB 653 49
273,385 273,385 00000000000000047ee2a368b44a46ab403f46e181570a76a4cc5f9ea1f49af0 0.12 MB 188 49
273,384 273,384 0000000000000004c9871dfdc61b7c47ff9f4c0591864e9eedc57e20602c1be6 0.00 MB 10 44
273,383 273,383 0000000000000000cdbf66fe47177069fa04901875809c265d3ee99ffc803ec6 0.12 MB 236 48
273,382 273,382 000000000000000126048cd1f61afbc8e4b31ce9362d9f572bd0db640e36d89d 0.11 MB 200 41
273,381 273,381 000000000000000580c06eb5a219965a8581b93bbe6e69cfaaa69164ad59e1a9 0.06 MB 114 43
273,380 273,380 00000000000000005c51df2bf827ea16eaea29bdbe7c7e38dd3386754a4846bc 0.02 MB 47 39
273,379 273,379 0000000000000005210c0e354981f80b1beeaceb75caa1f4504366222673de29 0.07 MB 175 56
273,378 273,378 0000000000000005c2352e1a063b8db37bfa703eae744969f5fd193f6a210925 0.07 MB 142 13
273,377 273,377 00000000000000038b3c331cc18c1be47fca361356b39a16c81fae72373da8d5 0.42 MB 840 48
273,376 273,376 00000000000000031c86fffb5bc05add277a59cd768220d8431813cb8e076cda 0.05 MB 81 26
273,375 273,375 000000000000000349fb906335b09b9036854f8c76f5695ef401db11b1a3aac6 0.15 MB 361 61
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 100
    • Outgoing: 11
  • Data Transfer:
    • Sent: 189.28 GB
    • Received: 2.12 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.