Memory Pool Memory Pool Refreshing

1,487 transactions
0.43 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (433,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,662 474,662 00000000000000000090562f713779fb7d50c1a47a71fc2af40b0d0e9a3d6b7c 1.00 MB 2,145 226
474,661 474,661 00000000000000000116c4673e9d75fed938581a30e8a97c4f089a0ee1bae7b5 1.00 MB 2,244 291
474,660 474,660 0000000000000000010867a1acd45fc9d09356fb4d4955a480a6bd4fb4e2e1fe 1.00 MB 2,073 276
474,659 474,659 000000000000000000c8fc7366e62c95607ac9cdfe4107574a4af1d1150b025d 1.00 MB 1,707 328
474,658 474,658 0000000000000000009bdb059ae1918989ceb1c17101362a0db9f3325fe960a2 1.00 MB 1,622 223
474,657 474,657 000000000000000000cdb4f7911456a4b7665b2541f31284b6b1b5b9e2b1222d 1.00 MB 2,110 145
474,656 474,656 000000000000000000f331ac2260b15f734ddc4f4ee1cdcb221f49d24266bd48 1.00 MB 2,252 193
474,655 474,655 000000000000000000b48569eecea1c5a4e9e6abfbff6e2cda504df7081bc513 1.00 MB 1,885 154
474,654 474,654 0000000000000000017badcfcac0700c8ac175d4463baaf44ba9455d6f25c207 0.99 MB 2,066 225
474,653 474,653 00000000000000000029b06bec0ec10eda59df24175be6ec2365f49ce0e0bb53 1.00 MB 1,881 247
474,652 474,652 00000000000000000037d379c7b701bc928f6c39e704835b98ead0e2c39c579d 1.00 MB 2,441 286
474,651 474,651 000000000000000001637ed147b572d7ca2bdc65fa6bbad37e62f9cc65cc2a00 1.00 MB 2,592 388
474,650 474,650 0000000000000000016954d0450529310f9ef380a61200916fb481a9bbf0d5af 1.00 MB 2,037 341
474,649 474,649 0000000000000000012d11c46a420474875d0e3cfcdba19aac18df597fbb6d21 1.00 MB 1,041 337
474,648 474,648 0000000000000000013482243f2c9486188355d919b321669a44898dfffe919b 1.00 MB 2,411 355
474,647 474,647 0000000000000000008d9c04e052b37a4f0d831f3471acafbae0104b1254cc04 1.00 MB 2,034 187
474,646 474,646 0000000000000000016c0ebe916594d385162a7b642abfd6294974cd1be97d18 1.00 MB 2,293 300
474,645 474,645 000000000000000000629cef912d9e2fae67ba1ff434d3947b645e4d1c0162c0 1.00 MB 1,578 71
474,644 474,644 0000000000000000007ce8540acbd1f1191f274e74d735c073a4f102d2371a0b 0.62 MB 1,400 162
474,643 474,643 000000000000000000d35d0e2e4877debeb6de61b902721c8f019f1d8346d482 1.00 MB 1,960 238
474,642 474,642 0000000000000000009322e66d29635cc693551bf7507159202a7b9917d85031 1.00 MB 1,389 115
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.