Memory Pool Memory Pool Refreshing

459 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,601 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (823,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,848 84,848 000000000023acbd354be3b124246492f1ecf21cb63ca012520b08999601bc88 0.00 MB 2 0
84,847 84,847 0000000000148adc5b5809383cf78790c059cbdcbe40fec0b4837fe1bf38e21f 0.00 MB 1 0
84,846 84,846 000000000009043289cf97bad3ff180ebd8ea4b3bb400f5868be6773f87f4014 0.00 MB 2 0
84,845 84,845 000000000011d92994fb18c67ccbbc1be7c9609187c316ec503889a1729a15de 0.00 MB 1 0
84,844 84,844 00000000001f8fc990d6978459a82443956cf1061ff927b60bd7299a12c82dfd 0.00 MB 3 0
84,843 84,843 000000000024c1b137dd05fb6107850e0f1793c719803c92dad16e4b6220c21f 0.00 MB 1 0
84,842 84,842 00000000002a9f529bdf54b37a5e1e09a71a010bab94eaff8403135442b56f65 0.00 MB 2 0
84,841 84,841 00000000002971dda34967e457b23ca04df936df15becc22cc133d406e60b63b 0.00 MB 7 0
84,840 84,840 000000000011ab88afce01006987ee8dea0e5d40432d4606fb814f59bf8cf2a8 0.00 MB 1 0
84,839 84,839 00000000000ba83ca83bfc66efcf8cf03feaf8254bd68f75e1b1568529a0c502 0.00 MB 6 0
84,838 84,838 000000000022c65f1412f8860d95813b95fd576e9b2e4c720d75f4bb344b2e47 0.00 MB 1 0
84,837 84,837 000000000005f78d01d42e69719d9d2f21e010607f3b99b97b9cc7e17c63857f 0.00 MB 1 0
84,836 84,836 000000000000e8b0d58c37ec4b742a9fcc8e567480ea3b553d5e042c0f640085 0.00 MB 2 0
84,835 84,835 00000000002c391fdfb666125ef6b217fc198d2918e19b9a0d5c2fb5ccffd7bb 0.00 MB 2 0
84,834 84,834 00000000000b95741193f761bf15347d3f89e8fa84ff87a5b7a9b1337ff6569f 0.00 MB 2 0
84,833 84,833 00000000001a4e677baa2374fd3b48518e50624d81ad50b801c4ba42e06358aa 0.00 MB 1 0
84,832 84,832 000000000003922cc1020de68820dbef47e58e0015223e58670bcf27e4697fb2 0.00 MB 2 0
84,831 84,831 0000000000122aa58e460b8977ad084c44ac5a200aeaf8da8c54f26c80a9ca0d 0.00 MB 1 0
84,830 84,830 000000000019a2d1904bc50716fc736848310515b8c97fd757301adda9afd67a 0.00 MB 4 0
84,829 84,829 0000000000152df9902153f51e52926da7ec3a7670e7e218cbf680c35e1dcd7f 0.00 MB 2 0
84,828 84,828 000000000028cddffc0524525aa27f4295c068f7ce51ee9237d2ef3f09136376 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.52 GB sent, 101.03 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.