Memory Pool Memory Pool Refreshing

6,750 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,460 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (841,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,965 66,965 000000000583376ed9c11230b6a211d0b5511b35ca73b9812cd7b9e8bbc984cc 0.00 MB 1 0
66,964 66,964 00000000015157561276fb9249eb18677328d2b12bb0439fe5b2e6b56cf9c270 0.00 MB 5 0
66,963 66,963 0000000004452b7a5044521c336d2cbaba928d4770c7a64e45aef54daa1866fb 0.00 MB 3 0
66,962 66,962 0000000003189b7bd4a5468a40414d4cd7f8097e0c0daae8a60cb4a7b8213435 0.00 MB 1 0
66,961 66,961 00000000059b9c576d1dc38e5b1b9eccfe0b1316ad354fa4cbf6a8da2469d816 0.00 MB 1 0
66,960 66,960 0000000003c96cde21518a9cb402b774f0e0cf454d8acbecf69a4685cf554045 0.00 MB 4 0
66,959 66,959 0000000001ea8d971f2797b971b3c22fb9097f636324f30a4765789530172c76 0.00 MB 2 0
66,958 66,958 0000000001ffc6b77aa197cde8a8fa613d1bad0791b7f74a5425b7818feecbf4 0.00 MB 1 0
66,957 66,957 0000000002ffcd738f238a889652ce0aa37f0a2c775cafc49e466dbf32bcad21 0.00 MB 4 0
66,956 66,956 0000000001cbb566eeff2da95f8988f7090a13553fcddd8b5e51ab43e2bed1f2 0.00 MB 2 0
66,955 66,955 00000000016e90d1359699c0847ad85d8796e074e716d7714c44da203958e8e0 0.00 MB 1 0
66,954 66,954 0000000004ddf5c340e2e5abf4d93ba249763d990dee842ab829f49b3547e521 0.00 MB 1 0
66,953 66,953 000000000044477f258674208dee70f743edada42da265b2ef13e9dcc2a880d5 0.00 MB 5 0
66,952 66,952 0000000004b620f1081c7e0060dc0753153eb5f9e04c7f31d27bd6a262b5c40c 0.00 MB 5 0
66,951 66,951 0000000002877b41bd7618471384e1dadff43932be8da836ddb33d9a50015577 0.00 MB 1 0
66,950 66,950 000000000437000853c43fbf1eaed9ca78f85a981da9bd1fec6e59a63c8d3b1d 0.00 MB 2 0
66,949 66,949 000000000235f2810153fc76c20326c98e8510ea3130f1470a2ba040a5991347 0.00 MB 2 0
66,948 66,948 0000000002443d0a9f9192b58c86df9610d1decfddbe607a3af3b92f7d4bd413 0.00 MB 3 0
66,947 66,947 0000000005445ad5940fc547a934e611b20e0a3aa50afbcfbf5235f7d47285ed 0.00 MB 2 0
66,946 66,946 0000000001308725df22ec92409eea42afab852761218d75e76b8d2465982678 0.00 MB 7 0
66,945 66,945 00000000051440df094a8a839263500128dd7e7ba30c9f753d7892b43d39358f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.65 GB sent, 102.07 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.