Memory Pool Memory Pool Refreshing

1,435 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,665 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,664 (865,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,979 42,979 0000000026f8e3cd9a9e84863d622999b995d93994d06e5c3ad72b419937a6e2 0.00 MB 1 0
42,978 42,978 00000000083a9c8a7890e91a5feb7832fa2c491564286358b1f7a552c513c09e 0.00 MB 1 0
42,977 42,977 0000000036b4785bf33d8631b4330bd65e145cc7c6635aac1da6d7adecacb095 0.00 MB 1 0
42,976 42,976 000000002c385a7e02586f5f63583744015f626096fe145347d5b38d6e9ec9ee 0.00 MB 1 0
42,975 42,975 000000000559365ff387c5fb2e31026080ad2cbc896e553499f5ee4cf3d8f672 0.00 MB 1 0
42,974 42,974 000000000930746e8c98df3f65db24be366a928b572a17bbd044ffb83249b7a5 0.00 MB 1 0
42,973 42,973 000000002dadac7f28d5848b995912e52adac3c238b743b54942548fdbdf037b 0.00 MB 1 0
42,972 42,972 0000000034bc4a91d98c5c31ffa83b6e5b428011a545765c600c2eb82114032d 0.00 MB 1 0
42,971 42,971 0000000026ac76bb2659058596116eca2673b7004ae0acf0e18746d8b9746e82 0.00 MB 1 0
42,970 42,970 000000001ba1225c7fc71281fb4e0f0cd938b3fea10c28ae982438ba72d470a2 0.00 MB 1 0
42,969 42,969 0000000040f05c7adf0db8608ed1122b71ad809bfa1c884931fd77ff1e62d0de 0.00 MB 1 0
42,968 42,968 000000003a0a5623fff2f5c46cc19408c23b669ac67a2f39a36abdaee3a59ad5 0.00 MB 1 0
42,967 42,967 0000000040237b2d21d386d47bc9dd3de82f43069828f750106627cfc1506ad3 0.00 MB 1 0
42,966 42,966 0000000005bdfaf0e1f8366ac7d096fcb23c58467268f315e2c80d79b4c77263 0.00 MB 1 0
42,965 42,965 0000000018380291f748e860a6004a89444d624c39999ad2367d5d6e9ced457b 0.00 MB 1 0
42,964 42,964 0000000015367232fc69192146eb954550c8becafad676ea729161a7de9dafd7 0.00 MB 1 0
42,963 42,963 000000003b22f3a7ce23bf9006f2237c6fd7dd9242130ba4af6e35cbf2d2f66d 0.00 MB 1 0
42,962 42,962 0000000041b2a53a2cf639a405c6423bca7e4e6e7c03bafe729a580ed4ab906c 0.00 MB 1 0
42,961 42,961 000000003f6f83b5e61f8142229c17e24706a0ab4e5cb78e635f1c3270f0b7f9 0.00 MB 1 0
42,960 42,960 000000001395e77727656525b6cf914b862d4c6b283684799aa9176ffebacbcd 0.00 MB 1 0
42,959 42,959 0000000015c200348f052e88e6b26a18f0a24faf7a6f57f275c6365f5172ee4f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.93 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,853.27 GB sent, 101.62 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.