Memory Pool Memory Pool Refreshing

1,385 transactions
0.74 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 1,373 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (792,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,073 115,073 000000000000e73205e92691efbb31251fb2a491a091b9ca7851aa5640002e5a 0.01 MB 13 114
115,072 115,072 0000000000006d14bde0cec94559517ff96839061b3e4b81e82ddb4a6e70bdd9 0.00 MB 4 3,875
115,071 115,071 00000000000048e1e0461ce3d7cc11f1de682465a3aed834f3f63f9d8e370cf7 0.01 MB 26 806
115,070 115,070 00000000000064bc02c9abb2e22377b1d818f701a72d16f614e8756b2a8ff841 0.00 MB 13 558
115,069 115,069 000000000000d87d8ff2a72afd76997951c6a65a0b383283406a4082ee18d1fb 0.00 MB 12 0
115,068 115,068 000000000000d0c2aac905b8f19306d9ee034b2d7b91db0710b187e4a4a6854d 0.00 MB 4 278
115,067 115,067 0000000000004b8337ba0fe6ac76bb537bec65b984b961f74a7e0182720a60c4 0.00 MB 12 0
115,066 115,066 00000000000040f5746b7fcf9511c334f57ad2c12a728bd44e5ce2f4547fa56a 0.00 MB 9 0
115,065 115,065 0000000000006ff53e1a841035bee00807ee7737ecda383555a9c3510f0bdfb3 0.00 MB 16 1,971
115,064 115,064 000000000000805622f8102615dba9feaef6b867c3698835838d0c479fcccb2e 0.00 MB 10 334
115,063 115,063 000000000000412e2fe5a570fa60fc6d75ca6c1d227bdc9ec228ad38490ddbaf 0.00 MB 10 0
115,062 115,062 00000000000069584626c7f7f9bc6a6b8c13d727ab7031775bd9e6f976add385 0.01 MB 26 866
115,061 115,061 000000000000680aa2a9c83f5dcd70532f5cdfd013d5b58ad551ceed08033c43 0.02 MB 15 1,019
115,060 115,060 00000000000073ca950c2c15553fe3fd8cd94eea7f50b9f3694e8b15be3fd9b1 0.02 MB 82 183
115,059 115,059 000000000000c955dd34f8f505a7088d780440f09c6f8dfff5f4ca46cdea96a7 0.00 MB 5 0
115,058 115,058 000000000000239804cfdcceb09ab6ef425b765bbf1d09c0e0afed32e99fef4b 0.00 MB 11 324
115,057 115,057 000000000000e9880e43b1e1099263211300f47c13c5faf3656e1824ca1e2f91 0.00 MB 12 312
115,056 115,056 0000000000007c3172edac6eddd47b00cd710d4af1b1ac21011264a47edc6ca9 0.00 MB 16 1,547
115,055 115,055 00000000000083e9f8f1c27c15e7e416a7b1fe361a690404ad6dd00029fd8d65 0.01 MB 17 1,260
115,054 115,054 00000000000000be66b5cb679cb37ec25e5165af0755e91cb2a45a110d91d131 0.00 MB 1 0
115,053 115,053 00000000000052b242e51f8b053a513b5a3ab27eb04c90af2091b00b3bb8e862 0.00 MB 19 1,438
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, 114 incoming
  • Data Transfer: 1,642.58 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.