Memory Pool Memory Pool Refreshing

4,233 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (767,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,374 140,374 00000000000008036dbc5853ff756d56652c00f505938ec3903546038411ee07 0.02 MB 35 38
140,373 140,373 000000000000072ffcb34532a93921acdf42e115bd257d76cbb0cc531375a172 0.03 MB 69 261
140,372 140,372 00000000000008b8182496b1475649e7c2e963bc86213b9cc5a65352bd3aa7dc 0.02 MB 78 77
140,371 140,371 0000000000000467a7c0166545f54c648b6bbfb77d29c5c9cc0b903e44813f4a 0.02 MB 57 211
140,370 140,370 000000000000055b6bf6e17e8a4f0ef903a223c5394acb078053e47d70a18dfc 0.02 MB 67 128
140,369 140,369 0000000000000521c1549205c8f46271b4f9a70137f719cac6d203d85cbb907f 0.06 MB 109 473
140,368 140,368 00000000000003fe2edb7128eee832d3d9b3fac528d610729fc774c701b1ac85 0.02 MB 69 285
140,367 140,367 00000000000003327aff68275f654db76e57c2b1b81888e60bc83403c46f7dcb 0.02 MB 40 331
140,366 140,366 000000000000088ab2566ff216addcbb0895822d126c1c983d135284ab87011d 0.02 MB 64 243
140,365 140,365 00000000000003b50efb5a7edd96c1eb830e12a6e83beff053e90671319f8262 0.03 MB 84 531
140,364 140,364 000000000000089f458217fc6d994a5c801aba51c3cacbf3be9625edb0ee7986 0.00 MB 9 320
140,363 140,363 0000000000000359a9c869680e2993bc74fee8bc04f5f47acd97a79fc7355f50 0.01 MB 9 406
140,362 140,362 00000000000003520be8336ad47f4f3ddfa6d399f3579879212eb820b67a6f73 0.00 MB 10 34
140,361 140,361 00000000000005a2e5ca704dd94b095f45dab3a1820e6c46cf707171545eb345 0.01 MB 30 202
140,360 140,360 000000000000027bc06c95e4c7e986f9a016faf34aa1ce2007edbbd02695192b 0.00 MB 12 65
140,359 140,359 0000000000000758cf20af1bb86066a91c7e8de2d9385a974f90722d568608d0 0.00 MB 9 55
140,358 140,358 00000000000008b818f1f87168c11246e803c015af3dc1edec94dfad374e7312 0.01 MB 14 334
140,357 140,357 000000000000086b2cc6cccced423497dcf994eeaeb36f656ec640c22dc729f6 0.01 MB 14 88
140,356 140,356 000000000000011afe1a39267c63e89d90ded1c1d2bdf59cdf5b919be02fcaf6 0.01 MB 28 78
140,355 140,355 00000000000004aa8e17b487b5fa358ea8fccc528100d93d2f1f2d94b1b7ef74 0.00 MB 14 518
140,354 140,354 0000000000000098efa2f025cd3aae5d773e1bdd328f2f0355fdc128bc02a9dd 0.02 MB 57 16
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.