Memory Pool Memory Pool Refreshing

7,309 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,082 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (531,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,469 376,469 00000000000000001180ebf66038efe64a1b640be7c2fa19d3e850ea5c469e9d 0.16 MB 317 31
376,468 376,468 0000000000000000091b04ed1013232e1f3fe8f21e53076c42273c152104d579 0.06 MB 132 26
376,467 376,467 000000000000000008e12e8d6002d21eaa02c3b6dd3b080fb94c380d6e8e194b 0.80 MB 1,303 30
376,466 376,466 000000000000000000ebad16f4a039f1befc4d300b2640669485017b7dcc4999 0.35 MB 275 13
376,465 376,465 00000000000000000a86778a11550750d623045115ef1820747261ce780bb514 0.75 MB 1,900 43
376,464 376,464 0000000000000000020089a5ae62c14e54af18f30e11aca47b6d0f0986e0a016 0.05 MB 125 37
376,463 376,463 000000000000000006df7ab5c03518a05c2e1b4088ddae9c1b6bcaaec9de19aa 0.25 MB 452 31
376,462 376,462 0000000000000000068598601e221e0bcce9443cd12b6abe48bf18674d094564 0.66 MB 1,355 35
376,461 376,461 00000000000000000d472f89d9e0244c6477065c56bf9a9abe0f9a1085663d1c 0.09 MB 178 27
376,460 376,460 000000000000000007f40395e7cd9ce1152be136bf8b5cd579dda65530a90c39 0.32 MB 508 33
376,459 376,459 000000000000000000c21331a60860e4874ca5d742b6a1b0aec5a83a76e62a8b 0.75 MB 1,106 25
376,458 376,458 0000000000000000013742012fac5a490f9ca3ad000195f4a619f728ac54c290 0.75 MB 1,929 48
376,457 376,457 00000000000000001181cf41616e9e873756a37e8b03953e4c6419844c132ac2 0.85 MB 1,726 28
376,456 376,456 0000000000000000118191b724c573e976d82e90e2df42dff319458c4bcfe51d 0.19 MB 414 39
376,455 376,455 000000000000000000e060c617871cd3eff658f86c9781c6ca5c29a28de4ea79 0.10 MB 228 35
376,454 376,454 0000000000000000031cb8b2e85bf16910c17fc1f3699d1d9d6868d62f82b664 0.14 MB 227 30
376,453 376,453 00000000000000000e776d83c63202fa38995806b5055976884705ad1f34b3dc 0.38 MB 899 36
376,452 376,452 000000000000000008ba216dfe56ad97796ddc3e20f1fb1c30a9397ccf6ee88e 0.12 MB 193 38
376,451 376,451 00000000000000001103e5dcf91f15a8543ae073a3dafdfe5d20c93ef77df0cc 0.68 MB 1,101 23
376,450 376,450 000000000000000009e2c4d69b9020e053eb41841f2aebf807af89b573b1a5a0 1.00 MB 1,826 43
376,449 376,449 00000000000000000af174f909f529b10460062d75f68072576fecdb7bb008a8 0.93 MB 1,387 46
Previous 10 blocks ↓
Total Size: 769.13 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,631.54 GB sent, 93.56 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.