Memory Pool Memory Pool Refreshing

1,785 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,011 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,785 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (798,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,733 109,733 0000000000001d74b12cee2eccf78129cb4108d496f90d2b77a76ac4e19d3646 0.00 MB 6 843
109,732 109,732 000000000001ad0cbcaa10ae393c584655708688e6c2698ab4a8ba3d568138b6 0.00 MB 2 0
109,731 109,731 0000000000016d34c52505936c183de916e2b61961b611daaa4494f80e2e3d90 0.00 MB 1 0
109,730 109,730 0000000000015cc63b07d0782dbb017d7b95dd92efa2667bd8ca88ca3eb2586e 0.00 MB 5 0
109,729 109,729 0000000000005ba9c38778135bae7c07800af9a2dd876659ee5374b6b274e16c 0.00 MB 11 0
109,728 109,728 000000000000edb921bb47757982f78a7f451593ead6a9af7b5f7474ef03204d 0.00 MB 10 362
109,727 109,727 00000000000060685c53e7547b8f0dacf7494b40fd1528fa58a4fde3831cc06e 0.00 MB 12 0
109,726 109,726 00000000000014ffd701d22c5b6abfbc65aae7551c63427f7495cfca53af6b6d 0.00 MB 7 0
109,725 109,725 0000000000005ac45be2b14b5e602ad4ad22036aea414250f72c52877a6bba5a 0.00 MB 14 0
109,724 109,724 000000000000c23eb5915cfd4e94314ef97b2a5606d3035e960ecb1736109f51 0.01 MB 34 0
109,723 109,723 0000000000012c8fc887c69c4d301a9db34eb50bf99dfb1512dbe6e5b988cbeb 0.00 MB 11 0
109,722 109,722 000000000000700942cce4be2a1d4843cfef51c8d433b036fc039966ef1fa5e0 0.01 MB 20 0
109,721 109,721 00000000000093a7b6da7af6f5ddec4d63ad0b9ab576186d9db5221e7eaeace3 0.00 MB 6 0
109,720 109,720 000000000001a70b34d0ffe940ac81e9cdfb2562746f17954ee78681d8cb4151 0.00 MB 6 0
109,719 109,719 0000000000019c0a5611150da7404fca253ca374a251f1396427be70c36d4ba6 0.00 MB 12 0
109,718 109,718 000000000000db2b208b5bf30a614a8f9e63369af334b918a671dd1eb8c6da14 0.00 MB 6 0
109,717 109,717 0000000000006c7868ae14c92aa36e71d7f6fe941eb88cb58331a0b6664e32f5 0.01 MB 11 0
109,716 109,716 00000000000110b22b3d231383cf03d0f3582db5ccb4d39632f0041ef2595bae 0.01 MB 38 0
109,715 109,715 000000000000c61fa25884c920e04a0d667ddca7c5b4ae5143ed5ab4b6755b83 0.00 MB 5 0
109,714 109,714 0000000000004c3a41cbb9827136440044e6c683e698f88a4fd751f136dd0290 0.00 MB 5 0
109,713 109,713 00000000000034d1386f5e20d9c6b912dd5dba4cce228e8d539288333414e9f1 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.57 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,649.50 GB sent, 95.77 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.