Memory Pool Memory Pool Refreshing

2,498 transactions
1.14 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,023 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (310,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,583 597,583 0000000000000000000eb1dfea4ae47ac7021daf3cfbc8a80134c0922ff9b2c4 1.40 MB 2,615 19
597,582 597,582 0000000000000000000929ccab510ed5a2e9aedd0a0c0b73eebd5f92656cfd1d 1.16 MB 2,986 12
597,581 597,581 000000000000000000043ea515a28728e5c7304c82bd2676b60d9082ed1de35f 1.29 MB 2,996 34
597,580 597,580 0000000000000000000dfd1f3bff068078f2694d24eaa225177685d615643d9b 1.09 MB 2,764 15
597,579 597,579 00000000000000000006db5f4ed05929fb6e4807589836ac886e5a55c09ce1a9 1.21 MB 2,992 20
597,578 597,578 0000000000000000000f6e7c4367610eaeeecc6dac7d087e13d672964403c39a 1.32 MB 3,242 43
597,577 597,577 0000000000000000000dbbb02353405994e471caa135a4a2fc67c1c0945c1b3e 1.30 MB 2,866 26
597,576 597,576 000000000000000000141192756d7996d715f54d0ea6c9e887fc05172e879c77 1.39 MB 2,921 38
597,575 597,575 000000000000000000135a9db169c2a59af733c4d06af8c79b2b4577a3d00651 1.32 MB 3,406 60
597,574 597,574 00000000000000000005655ecc705e6a23800d313c962c98b438a21c5c17eae1 1.31 MB 2,884 28
597,573 597,573 00000000000000000009041ad8ff64e33a404f0a84cc6cb576d2989b668be66e 1.36 MB 3,061 44
597,572 597,572 00000000000000000007e38590b95c97f9800b58808d3e38e6cba92e0762e4f0 1.37 MB 3,248 52
597,571 597,571 0000000000000000001058792698fc818712077e98ae2525846d5622a57dc2f6 1.35 MB 3,454 58
597,570 597,570 00000000000000000002db3665779fc142c3e51a05fca6a81a93490f10f361bd 1.23 MB 2,831 22
597,569 597,569 00000000000000000010d07cc4974afcf5988e0b34cef6b408fde3e3eb6ffa02 1.18 MB 2,894 19
597,568 597,568 0000000000000000000569f8c86fa7c8c3873f1d016919b73be59e38d009f5ee 1.24 MB 2,409 26
597,567 597,567 000000000000000000156d04ff799b544908bcc278063ee9581232b3720fc962 1.35 MB 2,772 31
597,566 597,566 0000000000000000000fa3fd7ba71c986736a7edd3bca25fb748bfc7adfd37fa 1.40 MB 2,938 53
597,565 597,565 000000000000000000144f413709d14101dd32305641ab967697f5aff3e7634a 1.30 MB 3,078 62
597,564 597,564 0000000000000000000371f664383cd1af6c51855793c640727e9439b32c918f 1.33 MB 2,753 32
597,563 597,563 000000000000000000107f6107021f7646908865beb6020f40d159cd0adcadd4 1.42 MB 2,780 43
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.