Memory Pool Memory Pool Refreshing

4,752 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (170,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
737,651 737,651 000000000000000000034aaf1b59307aa8566373206e0b77bcadac415ecfcd15 1.28 MB 2,025 14
737,650 737,650 00000000000000000008e563c2315b348abf1a4623784a20aaf9f0598995b371 1.30 MB 1,981 21
737,649 737,649 00000000000000000003fc06cc123242411805d5fc2d2397f675eb4d74341f81 1.55 MB 2,571 13
737,648 737,648 0000000000000000000756be687122148f65c9e22687e7e95a8fb3175570b39b 1.49 MB 2,939 15
737,647 737,647 00000000000000000004d021677eaec6071b5cb49367e9eb3200a151c158a132 0.32 MB 339 2
737,646 737,646 00000000000000000008b35ec6faf1663647521003ef96ec49a4f8a491b7ba03 1.48 MB 3,147 12
737,645 737,645 0000000000000000000809dc6ed7f1e6db1465528f7503e40cbae77dcbc2bc22 1.53 MB 2,045 8
737,644 737,644 000000000000000000075c3def01e2660dc533f98abbae69ca48b93c6d57ad9b 1.66 MB 1,974 6
737,643 737,643 000000000000000000021b075628647bb773adf7c9b1eb764978365c37e6a55f 1.62 MB 2,362 2
737,642 737,642 00000000000000000001887ef02f8a63cc0278c2d71ec6b21f7d885a566f756d 1.45 MB 3,009 17
737,641 737,641 000000000000000000034cc249e46b3a1ccdeac951050f5518eaeff6c51da3e0 1.55 MB 2,870 11
737,640 737,640 00000000000000000002460eeb76607157a6cd2a087f06e76a3db7ccc2bb17b7 1.20 MB 1,498 17
737,639 737,639 000000000000000000010b7adec33f132839b65fd86c466d57c0bb380e1deb3c 1.45 MB 2,814 14
737,638 737,638 00000000000000000003a7ece5aeda40c6ba27d37961f0a3ddc29bc2d0dd0352 1.51 MB 3,021 8
737,637 737,637 00000000000000000008d6be74fc2955fec21c7b5fec917a60314ea7576d82a1 1.52 MB 3,179 14
737,636 737,636 00000000000000000006b5583b3d0db8a3b7438d47ad9a439a4f02abccfdbe58 1.69 MB 2,304 12
737,635 737,635 0000000000000000000682dba86d4b81a9dd4baa818aab9b45fc8258d3353296 1.47 MB 2,759 21
737,634 737,634 000000000000000000085b3eecea82dde3cc07496ca81f936a94359f8646cd8b 1.47 MB 2,771 15
737,633 737,633 00000000000000000008ba89d3d1f4666944060d2dd91cb377bcc274939b9d52 1.31 MB 2,051 15
737,632 737,632 000000000000000000043df7893f8dc48e8011bec1c7ce0062e6944f0a099e55 1.44 MB 2,128 17
737,631 737,631 00000000000000000003d5649ab3dfb4e60a0a06e7b784cc22ef23e56340555d 1.31 MB 2,715 29
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.