Memory Pool Memory Pool Refreshing

8,387 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (10,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,587 897,587 00000000000000000001c30aa4659b9691e3df8bbcd6a915a72dc6cef03b6ac0 1.67 MB 3,442 3
897,586 897,586 00000000000000000000729b6ad75fd27bd00e526dca038eeb4485e3a22b634c 1.57 MB 3,652 9
897,585 897,585 0000000000000000000017418dff67ef46b778abf12bce799066983982c4e6ac 1.30 MB 451 2
897,584 897,584 000000000000000000011a933b73227332b9b2526f546bb39deb7211cb63a347 1.68 MB 2,836 4
897,583 897,583 0000000000000000000103181ee5f16060114d42e4fe7ae73edc6ba595f8c6e1 1.64 MB 3,242 5
897,582 897,582 000000000000000000023f9d0f22a3cf625b1f826bca9f03055ce51cf6be4cbc 1.54 MB 3,502 7
897,581 897,581 00000000000000000000ab29c34f87a216583f302e61826bb4bb92767ed6e5e1 1.56 MB 3,801 7
897,580 897,580 00000000000000000001d108054a81ee14d9160040cb11c9a9960f1fdd0e7337 1.66 MB 3,567 8
897,579 897,579 00000000000000000001c38308acdd75b35cfcb41101967d9b776245630fe06c 1.51 MB 2,119 4
897,578 897,578 00000000000000000001d88951d4cb21d8af93b585458cdde31f85bd62343a0c 1.40 MB 1,859 4
897,577 897,577 00000000000000000001e8266abbb8068327582481465a92747c9ffd93db18e0 1.38 MB 1,740 2
897,576 897,576 00000000000000000002058e05cd653997ae39753d671f653d6c106735ef92bd 1.60 MB 3,897 8
897,575 897,575 000000000000000000003629ed98f02b542723f2ae7ae272efe3907294026cbc 1.11 MB 709 2
897,574 897,574 00000000000000000001a96fea1505ee50ccc043ca263ec335d2881e8875b375 1.47 MB 1,758 13
897,573 897,573 00000000000000000000d806264c9cd309ab47fb50433361a04ee48fd91101eb 1.10 MB 185 2
897,572 897,572 0000000000000000000192f583b164d717d7148b5a06f5b0e8451eb854062bf7 1.39 MB 1,864 3
897,571 897,571 00000000000000000000e5b0dd9f912b9aebcbb15e9aded9fd4f919f924254be 1.13 MB 601 2
897,570 897,570 00000000000000000000063645b781b69cf92a66e8fec3c3731554916d8a764f 1.67 MB 2,321 3
897,569 897,569 00000000000000000000e31a0017aa740003e2cb630f6ebf8de4538c530b1277 1.51 MB 3,533 5
897,568 897,568 0000000000000000000210a18e52f61f60c26a089151a16e834b5a94cdbfcca8 1.60 MB 3,864 4
897,567 897,567 0000000000000000000229160681d57be597a641eb6175691ecd416375bbacb8 1.54 MB 5,667 3
Previous 10 blocks ↓
Total Size: 769.26 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,635.23 GB sent, 94.21 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.