Memory Pool Memory Pool Refreshing

3,389 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (188,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,523 719,523 000000000000000000068eeb89ea5e61d5993059ba1ab1a2af19263a88a44003 1.26 MB 1,293 4
719,522 719,522 0000000000000000000999f7a150ea52f29ff6fed09510ddd4cee46739515d57 1.17 MB 1,191 2
719,521 719,521 0000000000000000000a2f3196d86fcb4bbdb7b3078250f8474673dc148a843e 1.59 MB 1,986 6
719,520 719,520 0000000000000000000190c45a5f4113350d2509b1bcbf42a0edac7d8daf87bf 1.71 MB 2,857 3
719,519 719,519 00000000000000000005669637d180063738794b51c99ef890a9324ecd66fdd8 1.60 MB 3,232 5
719,518 719,518 0000000000000000000b2a27387f48f1c2081df43ca2076bb706ca5870d7e444 1.48 MB 2,283 7
719,517 719,517 0000000000000000000547f2c117dbb5f807c7f5ce9902a9a1fbc067c4c56296 1.58 MB 3,115 5
719,516 719,516 00000000000000000005e1c992173885f3430f20261246656ee4b4fb6c2af10f 1.39 MB 2,924 18
719,515 719,515 00000000000000000007c2f98d481552e13555e7bdefced75320f2e2e685d392 1.66 MB 1,975 6
719,514 719,514 00000000000000000008a38b48a78b3c1bfcbb2b80074fe9220a63d254ef0a2f 1.54 MB 2,762 7
719,513 719,513 0000000000000000000b3049f8190c8efa3194f75132a9b03132aff1e6720655 1.53 MB 2,655 14
719,512 719,512 00000000000000000008f5c8fa925ac35dbf8f1149f586fcee96cbaf818eb624 1.53 MB 2,465 9
719,511 719,511 000000000000000000049c2aa7dbeac85df8812d02f3a51e5f33b16cb977c1e8 1.13 MB 1,054 10
719,510 719,510 00000000000000000005c301938790be97df5741a10e8538ae069a2939f8b684 0.77 MB 1,073 12
719,509 719,509 000000000000000000004bd6f0e2eef95c3778f1c9e80736bd7a81ce4eda2d63 0.66 MB 919 1
719,508 719,508 0000000000000000000b3ff80929c9dd5348c34040de5516736472992665fa6e 1.17 MB 1,159 1
719,507 719,507 0000000000000000000926bce44de4d78d325c0978faf02ea213659d87fe69dc 1.61 MB 2,504 8
719,506 719,506 0000000000000000000634a696756413f5257ef841d03b0b4222b954d2d30de9 1.61 MB 3,864 5
719,505 719,505 0000000000000000000af9701ea994b477b8dc64a0293fea761fb03f581cf29a 1.60 MB 2,166 8
719,504 719,504 0000000000000000000522119a9e155c5f273299eaf98f62d1d35dc32bfeec58 1.71 MB 1,366 6
719,503 719,503 000000000000000000069587085def84efa1141c0708a2266f09e8197ad85a4c 1.49 MB 2,990 20
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.