Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (449,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,081 458,081 0000000000000000003098cac714146eac9935c1e0f4003f24e6d79ea90e87c2 1.00 MB 628 92
458,080 458,080 00000000000000000213fd346e69238ffacb240c76b4a5aa1f166f5fdb5575c9 1.00 MB 1,774 156
458,079 458,079 0000000000000000003ca69723066edd8bca79f6147401b4c43101d168f3c8dc 1.00 MB 1,430 138
458,078 458,078 000000000000000000689b2196545ab6561f5888281fe37bd1ffe6a1d95e2f95 1.00 MB 1,631 109
458,077 458,077 000000000000000001f007d0d4b5d2c5a583f4977f74aa54595a7197783f24b3 1.00 MB 2,811 144
458,076 458,076 0000000000000000020946733babef5bf813022edd37a14ed15b0760083c1c89 1.00 MB 1,274 150
458,075 458,075 000000000000000002004bae980d31357f9354fac031f2661b772c6aeec08ba0 1.00 MB 1,994 198
458,074 458,074 000000000000000001f5c60b1cb1db832bfa30c2511adf2373797907ef3b8083 1.00 MB 1,879 162
458,073 458,073 0000000000000000022620c3ce0645996c41c5b0e464d79079e10af84a08c14c 1.00 MB 2,229 190
458,072 458,072 000000000000000000fc3c7972e1599952ea19a7ea2a9d325b321495919abdaa 1.00 MB 1,455 245
458,071 458,071 00000000000000000201883b50bb52448bbd5e91fa26dcd56873fd59352b86ec 1.00 MB 2,270 172
458,070 458,070 000000000000000000edd2ec38e76c7f5ba6e472b887923a6505d66feaa5c81f 1.00 MB 2,041 160
458,069 458,069 0000000000000000016645205c562b5d20ef2e2dced18e9ff127fa434ec6836c 1.00 MB 1,273 146
458,068 458,068 0000000000000000013dc946545197a7f75321c4c6790a730de6755e2af6cc23 1.00 MB 2,201 199
458,067 458,067 000000000000000000b90f92fb4c16986d39044eb24c7902c6a8e1b66b1d3959 1.00 MB 2,868 245
458,066 458,066 000000000000000001556e0f0be9176443b7d5f1a99215f4b41a9f4afbd972f9 1.00 MB 1,961 196
458,065 458,065 000000000000000000968511b3f2ecc190885b060550072d6c3f1bd8e54942ed 1.00 MB 1,759 188
458,064 458,064 000000000000000000d232006f1f3d2bea8cb7e869cb3d4a0d9938d7a5f8768a 1.00 MB 2,593 222
458,063 458,063 0000000000000000018e4b187b23a1dea61d99d703eabf6bfe7d703e5e4fb99a 1.00 MB 2,694 243
458,062 458,062 000000000000000001fcf8d3e84b9d34552c6841bed01b092ba7ad0cf8bb5120 1.00 MB 2,111 169
458,061 458,061 0000000000000000000b61c6ac25abe199136d42380cabca0267b55a4491e9f2 1.00 MB 2,569 202
Previous 10 blocks ↓
Total Size: 769.11 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,629.43 GB sent, 93.43 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.