Memory Pool Memory Pool Refreshing

9,875 transactions
4.35 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,912 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (722,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,765 184,765 000000000000048058e13dd079442fd15f3adc5714466040294d89bbbb2f4885 0.05 MB 127 590
184,764 184,764 000000000000048e703d5cba723ceec07ca3ceb3d10218f9c8a379e02e69dfe2 0.05 MB 150 135
184,763 184,763 00000000000001565472fd4734f637d08e15febebdcd23cca427792bada475b6 0.00 MB 2 0
184,762 184,762 0000000000000a32caba0def60dd09ef26b7668f89ba75508ec10737666536ad 0.25 MB 506 107
184,761 184,761 00000000000008e44a35006b845c9ae6114ea14bb9ddecf8e58e838a5d6d04e3 0.00 MB 5 15
184,760 184,760 00000000000000a0dad90f134c5a8ad97b14b892a6f4746a2ceaf6572869257d 0.05 MB 129 109
184,759 184,759 000000000000014be77980cd46dcee2c99067162faff8ca962ab2a44c728f4ef 0.42 MB 959 124
184,758 184,758 0000000000000300fd4a046d1f98813815d8292d63dd077e061358f152d0fc4a 0.05 MB 132 116
184,757 184,757 00000000000004ab55751e00ae530bcf2e59259f31176a13528ac4de773a3c00 0.25 MB 615 153
184,756 184,756 00000000000002f4277904693c44344d51907f84e41d8563fe77b9049413233c 0.00 MB 10 31
184,755 184,755 000000000000056d54260fdacd85899d53683120f090de4512d9bc49b683c6dc 0.05 MB 99 65
184,754 184,754 000000000000034bae0a4761bad8d451feee76bd36b88166d0a7a2d4f0cb86ec 0.25 MB 462 111
184,753 184,753 000000000000015cfc04fee9c09d23323f5fbaee0d41f9db9bc581153bcabd1e 0.05 MB 133 267
184,752 184,752 000000000000072a630fac931fc84d839967b98077de72f7b442b5422b855442 0.00 MB 11 15
184,751 184,751 00000000000006e6bbbcdbeb8459405800475b4564172634393c22beef5f1344 0.05 MB 145 181
184,750 184,750 00000000000003cafbe38b1945d720bd58d9bff5169513a1325cbd5a753fa5c8 0.13 MB 246 98
184,749 184,749 00000000000009a5f18b6f4bc6a9f42bdca70e5ed23a0a79b907cf86c8c9e66a 0.05 MB 144 114
184,748 184,748 00000000000009b7851fc579dd35ee1450d311690fe1a84b20bd11dc7c873921 0.25 MB 586 112
184,747 184,747 00000000000001b73aac195b2278d64117e693a3bdeac9954e1abab870ec9520 0.25 MB 622 121
184,746 184,746 0000000000000a1247018a21707b7e47c0ccb88e5a3a96d6bd22f039bcad7d3c 0.25 MB 422 96
184,745 184,745 00000000000002679a4485785ba957090a38c0bf6c4437eb45c6faf5eaa444ad 0.00 MB 11 14
Previous 10 blocks ↓
Total Size: 769.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,625.00 GB sent, 93.01 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.