Memory Pool Memory Pool Refreshing

3,258 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 7/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 ago 1.00 vMB 2,723 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (433,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,095 474,095 0000000000000000000e9d6c8d6eda04eec6d9d10479498cce2e939abb624e8b 1.00 MB 1,709 108
474,094 474,094 000000000000000000fcd8a4d67f35742a0174bfb4f865f0d5bcee3dab82286d 1.00 MB 2,083 202
474,093 474,093 0000000000000000003e0c0340b8dac1af7f21d01c99e9715de607f4866f24fb 1.00 MB 1,989 185
474,092 474,092 0000000000000000003bc12bcbafe001559cc234932099168b1153fd70cd8dad 1.00 MB 2,787 392
474,091 474,091 000000000000000000c1865dc1cada76dec1f2f6b69bae4e075453a0c7a07aaf 1.00 MB 1,957 144
474,090 474,090 000000000000000000174ce319122fc3636c1694a6e80ec3fee5b00b4c96b7d8 1.00 MB 970 107
474,089 474,089 000000000000000000073142a6bd661652be85b79431b742f4befd86f3616934 1.00 MB 998 174
474,088 474,088 00000000000000000045fa3492aee311171af6da7d05a76c6eaadab572dc1db9 1.00 MB 1,504 221
474,087 474,087 000000000000000000d7db8a171c8da0055831c3ceda46da7e60392462e8cac8 0.99 MB 1,960 237
474,086 474,086 000000000000000000501ec32155267108a238464f64f237ae063fe6c674094f 1.00 MB 2,391 347
474,085 474,085 0000000000000000005c328d2de89d78c4dcf5e6a53117a8908b64b91a98f1c2 1.00 MB 2,360 385
474,084 474,084 0000000000000000013b202cc8d47c37e0ee4ad705a8c823bdd26a94bc2f0292 1.00 MB 2,545 241
474,083 474,083 000000000000000000997086b6dfda64226329ec03136184a5aadd0a30e7666a 1.00 MB 1,902 282
474,082 474,082 0000000000000000014ea97e4a353b3febafbbbd465a8fd0a02bfc7fb93793f3 0.53 MB 784 73
474,081 474,081 0000000000000000003abdb615343edbac5ab8c53ae22671ecdd9c6cae4bc7d9 1.00 MB 2,354 291
474,080 474,080 0000000000000000015145196c3e8421d7fa2df35e8ce1caf2db9d203985a698 1.00 MB 1,976 219
474,079 474,079 000000000000000000115a0a82c28117802f5fe0e9282fb77273d1000f6f990a 1.00 MB 294 12
474,078 474,078 0000000000000000001a9a87e0fef7342ef54db058bbac81fdab538dce33c9db 1.00 MB 1,491 145
474,077 474,077 000000000000000000b298dcabc87e1628fb479bf93b371723cf8425db80aa4d 1.00 MB 1,812 45
474,076 474,076 0000000000000000008d6cda54bb575315943f60cbdefb3a558bf010301a2204 1.00 MB 2,429 155
474,075 474,075 000000000000000000fd5ef73bb05c6be8d6563dad138c526ba0ae4e37cb93b1 1.00 MB 2,204 108
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.42 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.