Memory Pool Memory Pool Refreshing

2,813 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,798 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (392,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,694 515,694 0000000000000000000925250d37e8879d4942b9587f49acf42d7584f4240cce 0.38 MB 576 14
515,693 515,693 0000000000000000004fe14622a6d202869af1c10be82c17f4cac76da6d9d244 0.80 MB 1,525 35
515,692 515,692 00000000000000000016add3a449d93550856f1274a30091741f76bba2683fec 0.12 MB 271 27
515,691 515,691 0000000000000000004b0ca942bf447601f1cc9e623ea1371e91321d479d3e10 0.14 MB 328 35
515,690 515,690 0000000000000000004d4b5c05e347d5a74d42157e664e26b9ea1abb89360029 0.18 MB 377 20
515,689 515,689 00000000000000000008f1fe7b0583ab5d45d02d74dfc8b5cd4c71d088d09c8a 1.11 MB 2,301 16
515,688 515,688 0000000000000000000717b92052c03a8e671a3f84dfb0696b2bd96b9ef05faa 1.13 MB 2,697 42
515,687 515,687 0000000000000000002c68458e241eb885b071116a41cf00822944f3ac349b69 0.79 MB 802 3
515,686 515,686 00000000000000000013e7af052b43d18140b24e5c2a5ca990887067d6f37384 1.19 MB 2,154 19
515,685 515,685 000000000000000000339d51748ee0b653f72e73feefcbb070e84fda70ede995 1.10 MB 2,104 32
515,684 515,684 000000000000000000196dd8c7f60152384eb0db6d5b5ef7c5335b85a5982a75 1.08 MB 1,802 8
515,683 515,683 000000000000000000028f4362c75943f28b7f50934edfc5737f6096083542ea 1.02 MB 646 31
515,682 515,682 000000000000000000197bb350ea7d00725a3659b0415e27c35b2a3ef0d76789 1.01 MB 650 56
515,681 515,681 0000000000000000003d344c981b096a4bd0affb0c010931afe19831b03a031b 1.15 MB 2,309 40
515,680 515,680 00000000000000000045ad1fcb58e23d1ee8594e548fb6dcfd246babc7188f0b 1.10 MB 2,370 5
515,679 515,679 00000000000000000049c3738c24b1911ff26ecdac12ab271557d3271b423e0c 1.14 MB 2,435 24
515,678 515,678 0000000000000000003ea7d88678f393af9dd378406b1f5beaf509227d4b8fc6 1.10 MB 2,198 75
515,677 515,677 0000000000000000002bff727987c6d50129e7dc275a89a9c3ab67b92521de53 0.53 MB 975 12
515,676 515,676 000000000000000000049248c76bf0e8ff841879571c56d81976d9dfe2970f4e 1.12 MB 2,807 47
515,675 515,675 0000000000000000001ee603d4f7af44336834166e7511ee2c8ed62ea463cd7f 0.87 MB 1,493 40
515,674 515,674 00000000000000000025799eba7b9a3b2a7f2895ffb799748ddd0566eed45e79 1.11 MB 2,587 79
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.71 GB sent, 93.90 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.