Memory Pool Memory Pool Refreshing

8,246 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (737,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,615 170,615 00000000000008b28252797a6cd4f81a628e04093bf25659f727825219348a91 0.00 MB 11 10
170,614 170,614 000000000000053f459fe2d50c0fdb4ddbc0e72e94aca38c2a331992e2c62cae 0.05 MB 130 107
170,613 170,613 00000000000006ebac03d42af07978534b7a382c21934b2bc1cbe655b84b35d3 0.02 MB 36 65
170,612 170,612 000000000000061d3643f0a15cc620af6a53cb071500099432fe442a4d418a9e 0.01 MB 10 47
170,611 170,611 00000000000000d3acdface3e6e745d48061a174e1f9943ff0e61d7b27411b2b 0.00 MB 1 0
170,610 170,610 00000000000005c3e771748f4d9714acee41d3814299152964caa70f6997eca3 0.01 MB 47 34
170,609 170,609 00000000000008c2f006236bc9cdbfb49657046c7a76f60c9e00403ae63d7721 0.00 MB 11 53
170,608 170,608 00000000000005ba14b8adbcc2033c69c4d2818166ac145301f38a356a528c3e 0.02 MB 54 102
170,607 170,607 0000000000000945fe6d84b10121b48f71946a635dc8461399153d41497e0c2e 0.00 MB 3 26
170,606 170,606 00000000000008cf08d41961f47d88e814515e241010037e05adef6717affa1d 0.02 MB 37 80
170,605 170,605 000000000000088183d0cd0103058f31b17f9fdf1627400aee8d5a5773f3d04b 0.02 MB 74 12
170,604 170,604 00000000000004f62e0470b07c8b51deb5a8e5b3ff344c31089f10d0a1770cfd 0.05 MB 171 130
170,603 170,603 000000000000001a82607a56b99c268f6ae18782d85954b34edf990436042ee9 0.00 MB 1 0
170,602 170,602 0000000000000444bce5952a552deac7856f2ddf7b2b64c1e17c173fef867450 0.02 MB 61 4
170,601 170,601 0000000000000a549245648702a052642a8f771bf819079e01e8a0d81f61de86 0.05 MB 73 150
170,600 170,600 00000000000005209ca04495bf5de4c8c3a0c4b78a58cf978a646ee9c3bf9520 0.00 MB 1 0
170,599 170,599 00000000000001233add51ff01f8ce2d61aea9c3faf254fa2ce173fbca268afa 0.00 MB 1 0
170,598 170,598 0000000000000aedfc43844710d85625f34b27ee2bca11bddaa5fcbaa792bbad 0.05 MB 87 118
170,597 170,597 00000000000009847fd8a0f7739b514f0e4ee11dcb1f11c629354dbf88f0bce1 0.05 MB 82 7
170,596 170,596 00000000000008706ab73c067787e6c06dd5c3c287b0335782ac7a7a39580dc2 0.12 MB 99 86
170,595 170,595 00000000000009a9485ae1b4e128ac1b1cb416dacdbe28a325165813f48a532f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.81 GB sent, 93.04 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.