Memory Pool Memory Pool Refreshing

3,875 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,200 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (791,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,595 116,595 000000000000ed2c386e033fd5353a2932673ecc918caaa3d41026bc44b8e337 0.00 MB 11 344
116,594 116,594 0000000000009dd383d147593eff962a4081caf233952a9ca686926f56239eed 0.00 MB 9 0
116,593 116,593 000000000000a135098b17578c9ebd71b97c8b929c01399d31022a4fe9b00d10 0.00 MB 15 1,771
116,592 116,592 000000000000ddeed72a6783bf20cc755f3c0526d0f8af57015ec1722ee95e6b 0.00 MB 12 352
116,591 116,591 0000000000009d2d7da1c2b2b360673fed2ea42a32a5460c590cc13303e9f33d 0.00 MB 5 1,043
116,590 116,590 000000000000d464beb9f3bf8802ec6ce58c4558b3f4f7ec563f0ab19922c561 0.00 MB 24 0
116,589 116,589 000000000000d6e3fda8e2804517ae5f8ff9b0e82cf95ab61049bf6bce9b90b9 0.00 MB 12 677
116,588 116,588 0000000000008b5f3ca727cc7f57c210472d22c6fb5474e4c7faa7f894b3cec0 0.00 MB 12 0
116,587 116,587 0000000000008a102995ce99aacbd97fa7310578e17a39416018e3cd06027836 0.00 MB 12 639
116,586 116,586 000000000000e887474177f83e044245e86b2d08661919b91d91a2a8fc66b104 0.00 MB 12 1,394
116,585 116,585 000000000000b1b2b8de4d543a92906d0729802cb0705e656d5b871a38162414 0.00 MB 8 622
116,584 116,584 000000000000330c59df9d736642f04c889ee496e3a35d8c6382b6cea12c6ce0 0.00 MB 10 634
116,583 116,583 000000000000eaf2cb8143c77bc7bb5f843fc1b8284a82f0393fe5c4ac6d0c35 0.00 MB 12 0
116,582 116,582 000000000000762a994856cd32ad8b20c897ad24a3fbcbdc6e9ab2731398f05c 0.00 MB 14 1,165
116,581 116,581 000000000000a9b65fef306d9d8cf845e0b80de51dd5a2da61479ccfa7b4bb38 0.00 MB 13 333
116,580 116,580 000000000000a2b615d59b2157ffb6c11819d5d869f58875273969feb7043fe7 0.00 MB 15 613
116,579 116,579 00000000000069f9a928f1303cab156cf0719b7b6885096e4d932649a66008c8 0.00 MB 12 678
116,578 116,578 0000000000005a1bb31845c7dd220c061bdb06a886b68ad82b600fa4d249ab61 0.00 MB 16 1,907
116,577 116,577 0000000000000a31b4c70a41789244d8db955983717e9edf7e79c3638d0df64b 0.00 MB 5 544
116,576 116,576 0000000000007a95b83830cda131b1f954c4ababb827bacb856b3d42a4f53d62 0.00 MB 11 327
116,575 116,575 000000000000e824329c22f51f523e61d78ef8961bfc057c3b6558a740d24444 0.00 MB 12 331
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.