Memory Pool Memory Pool Refreshing

7,309 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (313,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,641 594,641 0000000000000000000bcf1449c17661ae867dcb670dca73e34e6db0deea0af5 1.18 MB 2,380 17
594,640 594,640 00000000000000000008c61ded40f581bf2ebb0116ffae006f6578eccf3e5498 1.26 MB 2,969 27
594,639 594,639 000000000000000000000ede7910d2d50486c92ddd6c53f4bf483fdd4f739104 0.31 MB 854 20
594,638 594,638 00000000000000000007dfc43159a375881c867eaaa401d38e56b1ca45c026a0 0.40 MB 923 25
594,637 594,637 0000000000000000000b90bc37e29f899a4a440178a1096cdc4a448126978e18 0.04 MB 99 19
594,636 594,636 00000000000000000007c7baa33af7baf4555d09751d6d1fc2320545b5e22446 1.07 MB 2,681 19
594,635 594,635 0000000000000000000dbddad1a44c6d8f7ed899ba7eec4eb4c4d98fd4292dea 0.36 MB 969 22
594,634 594,634 0000000000000000000b12ec9ad1232535215d7b73c52ab18482b83f14ad9d91 0.76 MB 2,152 22
594,633 594,633 0000000000000000000dbfb61bc2566755ea039e8a788d8a28c2c19cf750f8e0 0.21 MB 495 34
594,632 594,632 0000000000000000000f93f1e3b8699ba58b7cb63782fdda0db80b30ef40fbdf 0.07 MB 153 19
594,631 594,631 00000000000000000004b50d18f0967dfff87b93689548da3d679a349feb1abb 1.07 MB 2,425 20
594,630 594,630 00000000000000000008bad5100837f7bb6a28034bca4a316ddd545cc1a0af84 0.64 MB 1,377 21
594,629 594,629 000000000000000000176d20f1f68d4b8e48e860dd537c2fa6648a023cc16227 0.64 MB 1,312 20
594,628 594,628 000000000000000000181b9c0d1264c3eeb3fb86816a058a71041eb9712c797d 0.16 MB 369 19
594,627 594,627 00000000000000000004102aa2aeb99fc9db2fc833eea59cfe86d2bde630e866 0.60 MB 1,408 19
594,626 594,626 0000000000000000000b03f378491b1395e79c434e46f5bf1f7eae731a7f0b35 1.24 MB 2,956 17
594,625 594,625 00000000000000000019af75060d451e5935c550df24feaebfbfb030eb1ef8bf 1.19 MB 1,893 17
594,624 594,624 0000000000000000001280010dc5c8694000d16525c970f5439c22a298f4b931 0.10 MB 319 22
594,623 594,623 0000000000000000000e3f51995433f7c65067c067176012d83fe09968ec8e87 0.42 MB 884 18
594,622 594,622 00000000000000000004ced7dd006d026bfe95d4c6c85c85a8a25bca7a95a7fa 0.65 MB 1,606 22
594,621 594,621 00000000000000000012f06a8a4a9329d373d709227c829c29966af1a53fbc58 0.66 MB 1,143 25
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,624.84 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.