Memory Pool Memory Pool Refreshing

9,187 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (737,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
170,594 170,594 00000000000001d893853821cd16aab372f425c76229ae47fa8e1a21e0fddaa2 0.03 MB 43 73
170,593 170,593 00000000000002b115222a73eb8aee0ec6ce9dc22065b63eee965906de712af2 0.02 MB 44 107
170,592 170,592 00000000000002d2dbcbe656f1354115c1ab2cf1865b3eaa1d6315298e323896 0.00 MB 6 1,186
170,591 170,591 0000000000000672fb74d3904d5c75e190c83cf88d499bdcf3c2379271ae1522 0.02 MB 31 170
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.