Memory Pool Memory Pool Refreshing

2,134 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,121 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (699,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,861 207,861 00000000000001a06ff91341dd17805edb425e1eb4bf04225d29217543278d0c 0.05 MB 82 132
207,860 207,860 0000000000000468e84bb2cec828ea3ea1407d38e3c8ed8a98c059f9d42fac9f 0.01 MB 23 144
207,859 207,859 00000000000003084d7a663b73721e15387759b02f4aaf906977c006242c6425 0.09 MB 195 200
207,858 207,858 0000000000000252dc234e78f5a05cb756fc05ffd59389ea763f16b37afdca64 0.39 MB 341 73
207,857 207,857 00000000000002858d410afd2615e46e9f0663c2caf9f47b05551cb13826a69b 0.03 MB 106 8
207,856 207,856 000000000000004c88db045d30ece174a51f0a369c4d415e7d27123ac32bd29c 0.25 MB 602 183
207,855 207,855 000000000000041b54e40f49cbb301780e9f4396b5b227a4d71fef9a0efeb3e3 0.05 MB 150 146
207,854 207,854 00000000000003df509e78aac81304dff12a5120b6add6136973b594ebb66032 0.01 MB 20 70
207,853 207,853 000000000000006ad97a5990a9b751e36c58e86c28d1d38231a693cb63284ece 0.07 MB 164 157
207,852 207,852 00000000000004bb495ed2b37a48322d5c8ac62bf4572f1965a305db92b20281 0.02 MB 38 124
207,851 207,851 0000000000000273fcb30dd3ad0bc6cab2771ac7b48283bfc309eda33ec99ad9 0.16 MB 419 198
207,850 207,850 00000000000000538b2158c3f8a4ae79ca02aa7897f9fdf5e7cd610bb57893bb 0.01 MB 21 163
207,849 207,849 00000000000001e2decb2966ffc0262460674120b24d6041579b5a80782b5722 0.04 MB 143 18
207,848 207,848 00000000000001864d17b20534a936eecc9613fc60937ce40646bcedb81450ff 0.01 MB 34 130
207,847 207,847 000000000000003a3f993437dca79d90a87791c4b3c4e17998089ef0e4df6ce3 0.26 MB 443 135
207,846 207,846 0000000000000214ab9fff2aeeaa975ce659bc5ec52a7c55c26df605388348f3 0.06 MB 129 146
207,845 207,845 00000000000004a9542ab82f4c8d357cc642c39273112513d50744bd75635006 0.17 MB 327 130
207,844 207,844 00000000000004221ef7ac2fe6a7700e71e3c01a7e26dc704e692b67c073911f 0.25 MB 772 250
207,843 207,843 00000000000002b7d9f047e849161a58cfdd08679a311f426739d709ed8d3981 0.02 MB 55 13
207,842 207,842 00000000000001503c7483ac2bf271fc8712d14e047715594f3454be9e99bf41 0.22 MB 396 152
207,841 207,841 00000000000004e070aafc7227c360e967438d1c0d119460b7cbddbbd5798352 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.08 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,628.23 GB sent, 93.29 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.