Loading Tool

Explorer IconExplorer

Memory Pool

47,109 transactions
27.92 vMB
0.12978775 BTC
Random Selection Loading Transactions
Max Size: 146.43/200 MB

Candidate Block

Mining Attempt fcd6bf9d264b6c9bc6659751b2ba70e2f6743c3789f4e92b745108fec3c8f763
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 43499b0e04b421debedf0b7542fae0b1a2dabaf6a4cd2c29c0a15985e8c4124e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.05827184 BTC
Feerates: 151.01 > 5.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (332,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,416 582,416 00000000000000000022af15ea3e7db627f0fd842c44d8f46dd97cce83438ecc 2,493 1.00/1.00 vMB 97
582,415 582,415 000000000000000000201d126ff164b641721419e3637a7b3c1d1a2767bc8c5a 2,548 1.00/1.00 vMB 109
582,414 582,414 00000000000000000017a74524a1334ebc5bf2f7eee3a974ed030b513aabce07 3,067 1.00/1.00 vMB 105
582,413 582,413 000000000000000000076d88f9df4fff2894a289928d4806d4191f13e23253aa 2,576 1.00/1.00 vMB 93
582,412 582,412 0000000000000000001b2c119fcaff9c3f9d49d0e407e5d2be615f7247e7ac60 1,821 1.00/1.00 vMB 74
582,411 582,411 00000000000000000014aeb479f51400a2c4c4459ee9963bb77dd607b4f59e89 2,188 1.00/1.00 vMB 74
582,410 582,410 0000000000000000001c0ccdea4d971461f42c736ed169d2feb3b705827aa8dc 2,878 1.00/1.00 vMB 99
582,409 582,409 0000000000000000000f6c5365787d56bbb58a2e2894f9e91ac092d49da49e8e 3,060 1.00/1.00 vMB 112
582,408 582,408 000000000000000000255ee9107cd1758dc7ad1ea97f34a3d8e30c1e4bda6f25 2,993 1.00/1.00 vMB 94
582,407 582,407 0000000000000000001df2c86960714c3e469bad357d0bf0c7abe30719f803b3 3,104 1.00/1.00 vMB 120
582,406 582,406 0000000000000000000b0d9434a06013fb002eb0cdf66c8d8f334b4ad64917ad 2,776 1.00/1.00 vMB 92
582,405 582,405 0000000000000000001644fc626e60441b235f56cc964fdb96814916d393f436 3,024 1.00/1.00 vMB 114
582,404 582,404 000000000000000000072bd5c5619d538a011e5e85d45fa1895a28a3a0008937 2,696 1.00/1.00 vMB 92
582,403 582,403 000000000000000000156672db680779067f40c6bf147717852152d7ded7fbb1 2,267 1.00/1.00 vMB 97
582,402 582,402 0000000000000000001c2b26ddaa099dff2ba25c8b536f58a24d369cc5c033ee 2,734 1.00/1.00 vMB 112
582,401 582,401 0000000000000000001d8bb8434753698bd75b6fd96bf9641b3a88172b638de4 2,843 1.00/1.00 vMB 105
582,400 582,400 00000000000000000023b2e7b7c5f6c1ae71808ed1d823541a1df154cc6c763b 2,675 1.00/1.00 vMB 132
582,399 582,399 0000000000000000001f99b6953ad7ed08c099206098c54db61f44a6d69bf485 3,114 1.00/1.00 vMB 89
582,398 582,398 0000000000000000001dbae2df529850eb10d7a69e56be41e22358d50a3a01b5 2,531 1.00/1.00 vMB 92
582,397 582,397 000000000000000000106a4c9250015405fdeb5ddb520ead1a1f50d537a0d502 2,654 1.00/1.00 vMB 118
582,396 582,396 000000000000000000185aa124e6cd18d72f4207c2e832b7a7c2188801c677ad 1,890 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.