Memory Pool Memory Pool Refreshing

3,739 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 555 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,131 (903,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,549 4,549 00000000186fe8e4544f990fb43b357ab12d87ffaeb56f99a0b8171971a7c578 0.00 MB 1 0
4,548 4,548 00000000bc47ee406b13ffc8ecd82cd245cf82ddbe1463c1543324eb4dcb4778 0.00 MB 1 0
4,547 4,547 00000000e24bfa88be8f04695ad558da1643bb8e27511a87abe0307ce8fb1894 0.00 MB 1 0
4,546 4,546 00000000b1c0f27f337a92679c51785af544fe98ac6e1f2fa92edb5fa79c3c75 0.00 MB 1 0
4,545 4,545 00000000ba3e73a608792d336d60d352288f174f91c02b29ec098a786d0e039b 0.00 MB 1 0
4,544 4,544 0000000048f12d3d0a25330f12a397eed42fe24d05a8225fda9171f40ee97a00 0.00 MB 1 0
4,543 4,543 00000000ecf71bcb3574d90c08109f7aebaa9002d6f480281a2db2059cee33fc 0.00 MB 1 0
4,542 4,542 00000000b7ca75821ff3eb358761d02b51e0c5fb57e5b2a02621c566a9318dcb 0.00 MB 1 0
4,541 4,541 00000000baf6f42ad3a8ea7663b104f3965918f0a50671d99a90094afbbb1f38 0.00 MB 1 0
4,540 4,540 000000002857c59b016b62d443c6cbfa1ec93ec5e9c43e4b3e9d045b1ecd1614 0.00 MB 2 0
4,539 4,539 00000000aa98057e1058184e52bb9a472ae4e5ea2be1d64cf9cca6dbd6b853c5 0.00 MB 1 0
4,538 4,538 00000000537a6d01c06340cf6ed680d684654753cceb01407bd2b74240718958 0.00 MB 1 0
4,537 4,537 00000000a271dfb84bc49f55e82fe20430551b0d87a3e6da78503eb1377c1049 0.00 MB 1 0
4,536 4,536 00000000381e36e5e3949bac6c7c767413d34f295b9f88f8503cec52835b96b9 0.00 MB 1 0
4,535 4,535 000000006c8ce3da4dd605d743c01b617c97d2b50e539c970fb03db301880a52 0.00 MB 1 0
4,534 4,534 000000002587970779c750c5820c90c23c764575b46114f41a269f11251aa76d 0.00 MB 1 0
4,533 4,533 000000001265a58229b724267f3c9058d97cc33541932d54dc858317a0fdd3b6 0.00 MB 1 0
4,532 4,532 000000007ab2239db87fb2d6fcb38cf7b25f3ebd08128139b3048da70163d559 0.00 MB 1 0
4,531 4,531 00000000ccff6d9265224ce26285b94ee0485984c30ee395383533941d65fa11 0.00 MB 1 0
4,530 4,530 000000005e626f41710604fb9154aec55318e8ba135c94e0a6c81bbb329681e7 0.00 MB 1 0
4,529 4,529 00000000116983d1a8487b215a3d0c4396f9490ce5781d9fe0b6f64defe7c363 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.79 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,680.27 GB sent, 96.87 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.