Memory Pool Memory Pool Refreshing

1,331 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (394,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,983 512,983 0000000000000000001bdd33f482d56fd8aec143f2e261b8e593c5a14d7baaf4 1.04 MB 664 36
512,982 512,982 00000000000000000005b8a32bd7bf75137653d0cb839e1440bd74928231e256 1.13 MB 2,512 19
512,981 512,981 0000000000000000004a312bb3aea08b7724935124251b20a40af95a4a2fe2d4 1.08 MB 1,183 103
512,980 512,980 0000000000000000002e71db6bc46bcf873508e7d1dad24216734218bcb80e0a 1.01 MB 211 106
512,979 512,979 000000000000000000346a422616904373abb3122add15fafd9c5392906c78b8 1.00 MB 86 126
512,978 512,978 00000000000000000054b168688fe750e1a609128186257498848111f10aa765 1.05 MB 916 46
512,977 512,977 0000000000000000002f749573ce59b7f6384aecc9ee27cef6a3f25558aa8c05 1.05 MB 923 32
512,976 512,976 000000000000000000091855c4a223823f48cf23705d2020b5cbbc4eb63fea07 1.02 MB 323 16
512,975 512,975 00000000000000000044b93a5297a38c8e8783fba678bcad552d9cb90abe8030 1.02 MB 215 3
512,974 512,974 000000000000000000512382c5848cb0b7fa9fe3ffa1683b405d65e7dcd9b928 1.00 MB 155 1
512,973 512,973 0000000000000000002aaee08b0fc2391b459cd222d1d0541742306fe2a29357 1.06 MB 320 9
512,972 512,972 00000000000000000014af6e04f3ba9deb41a9737f9cc4796032b7ffc77c1bed 1.03 MB 615 12
512,971 512,971 00000000000000000028afa4c7cb94b3ab98fc2232725c52fc70755efec2aabc 1.05 MB 480 28
512,970 512,970 0000000000000000001b0dd94bb45f2dc979292e0db5a19d509f76bae699c98c 1.14 MB 1,356 48
512,969 512,969 0000000000000000002e9d440a032c61a8be5e8314e965c1f5d4b8bf9e80d30c 1.19 MB 957 18
512,968 512,968 000000000000000000479fb2073f4201a9147378897e245ad3ab5b6787761913 1.11 MB 908 21
512,967 512,967 0000000000000000003af38825d663126871813bbfb82a050457f6f918dc353d 1.02 MB 466 8
512,966 512,966 0000000000000000003e5412639fb735d28e6f41581cd39b99465f9b92d7b7a7 1.10 MB 486 24
512,965 512,965 000000000000000000540897e300404d14136f2d411cb095582bf2a9fe65531f 1.04 MB 498 10
512,964 512,964 00000000000000000035a6a53544f37c55e60022cc537a561e9747cb12913b48 1.04 MB 368 13
512,963 512,963 000000000000000000462b4ee2c07bdd5485dd7c336f712c8a37a4810e1a6e09 1.07 MB 1,893 27
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.