Memory Pool Memory Pool Refreshing

1,819 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,803 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (815,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,301 93,301 00000000000093412d373bc8582da2666df749c21c2af5690246a60975b05663 0.00 MB 1 0
93,300 93,300 00000000000589b6f3b3561bbc923e223829adc8dd79a7ece92bf551b4cebe02 0.00 MB 2 3,875
93,299 93,299 000000000003ed0cd6377e67914c0ae0433a86cbcf4ab6ab048e6a369ca544a1 0.00 MB 1 0
93,298 93,298 000000000004c7dcff16ef20aab88ffd22abefa3cacec4078869666116b79e44 0.00 MB 1 0
93,297 93,297 000000000005d6897b4eff797302af497ffe7f2ff46fd6f796e544bb220bd28d 0.00 MB 1 0
93,296 93,296 0000000000066126ed5b8a1a2c824ce745ee9694ad34c1675836f618c4d78866 0.00 MB 2 0
93,295 93,295 0000000000073c88164301404cbd3b7d19b35b9a0a615df7205e1782d4b74256 0.00 MB 1 0
93,294 93,294 000000000000c268395b8707f35be085cf938640667f40075a55bd083196ee63 0.00 MB 3 0
93,293 93,293 000000000007dd8bfeec126cff20e05eb64fe99122f98ceb999aa451ab5e33c1 0.00 MB 2 3,875
93,292 93,292 000000000007eea8c4d413ab5e25a76b5260b9447444036911d68c58c99a2085 0.00 MB 1 0
93,291 93,291 0000000000022934aef8f6680628b24ff764d3ec12bf5fa2496002e25517a199 0.00 MB 1 0
93,290 93,290 0000000000088c381d61994b318d3de04d83049b14a106376c341a12c77a0033 0.00 MB 1 0
93,289 93,289 000000000007677c30ebd949bc439063410870e559ccd9e4e8313c9c3525f7aa 0.00 MB 2 0
93,288 93,288 0000000000036e7233f02a169337367e66fa333cd0b3924b546b1f889aad372c 0.00 MB 1 0
93,287 93,287 000000000007d58be93fb49346553eb1ed80f755c418a044801e85da3ecf0524 0.00 MB 1 0
93,286 93,286 0000000000079101450b3bd1ef3b4a48f82f793e34ed1e15a6878670cff71641 0.00 MB 3 1,937
93,285 93,285 000000000009241b513b6fde6868e60e41ebe428f3bfcc02ecba1cbcd61cb6d7 0.00 MB 1 0
93,284 93,284 000000000002df4de5bfb021d99a85af6abdb57984a89f379f45390bbf9c5692 0.00 MB 2 0
93,283 93,283 000000000002801f720901d2d307df5f99005b974b68ae91cb11b565c197d805 0.00 MB 3 2,409
93,282 93,282 0000000000021283d8bae63504dab26acc979d07a9d27100dde0f2792cf39626 0.00 MB 2 0
93,281 93,281 0000000000024555a0413a1ad3cf76c0c261fdecbf93f10333d0cb30d38d1309 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.64 GB sent, 100.53 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.