Memory Pool Memory Pool Refreshing

7,781 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (579,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,427 328,427 00000000000000001017e588379952b49af8ebdcc580b52bcd59bdbc4d847897 0.50 MB 1,035 29
328,426 328,426 00000000000000001d9982630f5681503ebd94c5dd9431b7cc3108ae87a835bb 0.17 MB 292 25
328,425 328,425 0000000000000000013dcc58614962fafe51721980a3f3c2c240995deb9ba16e 0.08 MB 110 22
328,424 328,424 00000000000000001090b959049b347b943a202caadb2d4ab8572fd3c7ce7811 0.17 MB 227 19
328,423 328,423 00000000000000000bbf2263087e8320e4d83994c9829a8c79987a661de8ccfb 0.20 MB 512 34
328,422 328,422 00000000000000000483f300d22427beefadcffb84b8c447f72d361112b1f19f 0.44 MB 742 26
328,421 328,421 00000000000000001535b66668a087562d7a525767a4d0c60168f00c830d602b 0.57 MB 795 27
328,420 328,420 000000000000000019c5ebf96c5e3971cea3f9615190c85bef043643a0c0d50c 0.01 MB 36 35
328,419 328,419 000000000000000012052695fb8c22b9a923a957ed665a288bc305ee7c759dc7 0.10 MB 124 21
328,418 328,418 00000000000000000a21dcc291d6beba0f978fe4d294cb6b39b65568dea1b7cd 0.10 MB 177 21
328,417 328,417 00000000000000001880b76400bc063bdb496dec0ed8d34a352c57dfd0160d8b 0.35 MB 576 27
328,416 328,416 00000000000000000ed2f1f373f2420e5da5d892b5caec3101bfcace49e2a6fe 0.48 MB 294 12
328,415 328,415 000000000000000012754230811590710e5f8ec8a7e4185914f56c3e833386b7 0.75 MB 1,935 305
328,414 328,414 0000000000000000129223114839421bf65f55ae39f85f0078b3dd3644081e13 0.09 MB 134 23
328,413 328,413 00000000000000001e136706c537ec534588700f941f949247b06a6a162f3a66 0.11 MB 181 25
328,412 328,412 00000000000000000cd2ea82cb306ed1fbc9df6191396323384dbfd1ddb70f99 0.02 MB 41 16
328,411 328,411 00000000000000001b0f46e8cf259560420a2e13f3686d27bc6aaf60eafdf167 0.35 MB 504 23
328,410 328,410 00000000000000000a9a272dd0deae0cd7e7c62a3b7445f00ea4419890d5b5c8 0.56 MB 1,175 27
328,409 328,409 000000000000000004172236b00be82a56bd699d18c04b1b49b5cf18d6a59d49 0.40 MB 933 19
328,408 328,408 00000000000000000ec18587b3ae3d9616c648a12f45eb805b489ed802eab1a7 0.19 MB 340 33
328,407 328,407 000000000000000016146469cebedcea3cf1273726c7532bca552b1167eab5a0 0.35 MB 736 21
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.