Memory Pool Memory Pool Refreshing

9,207 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (283,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
624,456 624,456 0000000000000000000cd1e27a3d67b2bb3474bcdabd7391ea8a64d0070935bf 1.22 MB 2,227 14
624,455 624,455 0000000000000000000159c36c1e487714ef94d4e93419a2455eaa8cd0e05ddb 1.25 MB 2,799 12
624,454 624,454 0000000000000000001191028911ffa979a3d4bf282c6898b2c425477bedb0bc 0.02 MB 71 17
624,453 624,453 00000000000000000006fdb0cd2b26082aeae7244e5c022ab96a50348afbaf46 0.38 MB 600 17
624,452 624,452 00000000000000000000f648176628ffe0f727d85ad450bdf23a8ec053f11201 0.65 MB 924 13
624,451 624,451 00000000000000000002feb42ffff65c38d854d3902c531fdb06268013702153 0.56 MB 989 9
624,450 624,450 00000000000000000005f04007e42d3346cb6784df752142948fddf488397bc2 0.33 MB 409 15
624,449 624,449 0000000000000000000e5dea906b7c4df0abc83edd551630477af5f9fb3fbd19 0.22 MB 248 8
624,448 624,448 00000000000000000003376819963a311d53753bfc5aad6d7c87d2edbbb02c6a 0.79 MB 883 11
624,447 624,447 00000000000000000012eb4ebf08d4be133a191f13c0d06bbd8e36e9874eee1f 0.80 MB 1,225 8
624,446 624,446 00000000000000000007b1cbd8bfd006c5d77d8e47282f13e49593510bb44c0f 0.35 MB 616 8
624,445 624,445 0000000000000000000c0d56ff17e45df47042b82067670820016748156e3329 0.32 MB 501 7
624,444 624,444 0000000000000000001004f395d684cb9b304be8ad6efe7651270b24cbc0ff1a 0.32 MB 489 9
624,443 624,443 0000000000000000000adce4203d405ec921da7d050cbfe9c8bfc0cb0dbd303e 0.70 MB 1,174 8
624,442 624,442 0000000000000000000a524120b7febb3ec8db7e33f7a82353be54cc90d6ce4b 0.44 MB 776 7
624,441 624,441 0000000000000000000373012cc6d70c4419bf95e4fc07a1b5c41e1f908bc663 0.65 MB 1,117 13
624,440 624,440 0000000000000000001220b1c205f925edd712e0921464d97cf6e972f0423fb3 0.59 MB 928 8
624,439 624,439 00000000000000000013b129357df1636fef3e4abaa8505dd90b7e958dc3908c 1.08 MB 1,922 10
624,438 624,438 00000000000000000010f74c06186168de6fe303c55aae0485851c3ef6a0da20 1.04 MB 1,137 6
624,437 624,437 0000000000000000000639b25be21c4df07e45fbc5d5c72203ccf80611c6c32c 1.02 MB 195 3
624,436 624,436 000000000000000000084e989f3a282461e20c15ddfd454773f611c402c91120 1.18 MB 1,617 7
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.41 GB sent, 92.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.