Loading Tool

Explorer IconExplorer

Memory Pool

44,673 transactions
27.63 vMB
0.08936349 BTC
Random Selection Loading Transactions
Max Size: 144.86/200 MB

Candidate Block

Mining Attempt 4f6cdff9ba61666551c77e9fa99842e3d96c3309fbcc735e6ce6604fd82baecc
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 84c45f3d066cf32263cfb0056989992383a91ee65dca302a0ad550cdd38934e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,998
Size: 1.00 vMB
Total Fees: 0.03525789 BTC
Feerates: 151.65 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (274,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,470 640,470 00000000000000000002e1803e791dc7b882af1af93597e10a68aa1fda44f2d1 2,483 1.00/1.00 vMB 106
640,469 640,469 0000000000000000000c3ab99e82b8f6fb98abf24269e269241b67039003712b 1,622 1.00/1.00 vMB 107
640,468 640,468 00000000000000000009e0f3a10ddde24decaf27bd9a6e58104975b0acfbcbf7 2,864 1.00/1.00 vMB 128
640,467 640,467 000000000000000000076ed3b757a758410b1fd6674433e56f42614f632e5ec7 2,783 1.00/1.00 vMB 121
640,466 640,466 00000000000000000008ac4bcc3766c32873d34715d4985293267c832442f159 2,901 1.00/1.00 vMB 125
640,465 640,465 00000000000000000000b1bc66ed59a52867f41490911b3a9f94c92d3a326806 2,991 1.00/1.00 vMB 137
640,464 640,464 000000000000000000037a3cd55eb8f748d1ac94a344e7006c23e9e31306b06c 1,784 1.00/1.00 vMB 127
640,463 640,463 000000000000000000096a97f90ed2e1ee49bcc0684443311c2b0fe4ffff69b5 2,650 1.00/1.00 vMB 117
640,462 640,462 000000000000000000071868388384a735c75629d4fccb5c3225ebf734e02d1f 2,527 1.00/1.00 vMB 119
640,461 640,461 000000000000000000085d97e781e9b107037a7be40fcf04d1a3a06bfb7386b1 3,025 1.00/1.00 vMB 124
640,460 640,460 0000000000000000000003cf7bdff0514912c74aecde7df90e43ebe26a0b0fb3 2,803 1.00/1.00 vMB 152
640,459 640,459 000000000000000000086068742437e7519f0f8ec43cf4f38d8d5e2255113698 3,189 1.00/1.00 vMB 135
640,458 640,458 0000000000000000000293ce22561533f1ba4ea0295f8672d273ca25fc3dfbd8 2,973 1.00/1.00 vMB 140
640,457 640,457 0000000000000000000027c7369f434d329c892186b42bc4802799d6b330ab17 2,559 1.00/1.00 vMB 138
640,456 640,456 00000000000000000002418d46292f2e354577eaa9a08a0e3fd9795ac2633d4e 2,994 1.00/1.00 vMB 121
640,455 640,455 0000000000000000000163fb3d4b4d3a70b4b07e3c852df3e679110a5b5e5fed 2,944 1.00/1.00 vMB 121
640,454 640,454 0000000000000000000c0d7a4a32b00fb0377bdfa141f5ce6689a9ae626250bc 2,359 1.00/1.00 vMB 119
640,453 640,453 00000000000000000002897c61cd6431b695ec95b0747fc325e7144d36ba545a 3,033 1.00/1.00 vMB 140
640,452 640,452 0000000000000000000e6606aa22e4abd468635158e2262fb0bd0378490cf3ec 2,171 1.00/1.00 vMB 122
640,451 640,451 0000000000000000000d6e830667cd9126ba6c225bea72f4a5b684b2242d6f08 3,281 1.00/1.00 vMB 127
640,450 640,450 000000000000000000081cfcc5b75d66e9f2b0743324b676e7f582cc1fb1fde1 2,464 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.