Memory Pool Memory Pool Refreshing

4,127 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,886 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (155,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,401 752,401 00000000000000000007b3da8ade5518dd1d9ce238d55e1ae1b14407412d282a 1.70 MB 1,447 3
752,400 752,400 00000000000000000008f88aa46a9931ccac943a7a747359a20827a7ebe3b636 1.44 MB 3,241 20
752,399 752,399 00000000000000000005262e57d81a87d2a3734858b0ac5f4beea1fa5e3d8af4 1.72 MB 1,196 5
752,398 752,398 0000000000000000000875913d749519243491cc6e61c57187b4f56d7782acf4 1.80 MB 1,000 5
752,397 752,397 00000000000000000006f55d791c1876b6eb6ad1582076fec294236dcc56d743 1.26 MB 1,289 14
752,396 752,396 0000000000000000000270f513278aa6ba5ede918ab5b2d48bd0da53e38006ac 1.61 MB 1,774 8
752,395 752,395 0000000000000000000689b499de298afc31595bf0bb0440d875dbc7d2f441f7 1.82 MB 944 2
752,394 752,394 0000000000000000000272aa529de0c9cde285ddd4840423714350a4d890ecc4 1.69 MB 1,998 9
752,393 752,393 000000000000000000083a3d4f11ed571ce7d5e2d3a97f6bd30cfe213c43f876 1.68 MB 1,332 7
752,392 752,392 0000000000000000000233ed133d334ca80049d96c0d89b5cbcaf989d84a9dca 1.56 MB 1,190 9
752,391 752,391 00000000000000000007bc01dd2a80db96fbbd9bc2894bcf6d2307b9d2208abc 1.90 MB 1,616 2
752,390 752,390 00000000000000000009045f8d5a0c0fbbc32287c21af010f5682db1cf40eb74 1.49 MB 2,959 11
752,389 752,389 00000000000000000002f2eaadb0ce95f3eaefeee20ec3c2ddb7c67ac2259c2b 1.49 MB 2,161 11
752,388 752,388 0000000000000000000576d382fc3270f33646fbc78a73f2f7aff746a97530d5 1.47 MB 3,763 22
752,387 752,387 000000000000000000011c419c4101978c697c05f91983590ee32b7777cac42e 1.46 MB 2,313 20
752,386 752,386 00000000000000000004495c9063ecb8b3b744220151fc68103d97799872a567 1.33 MB 2,430 24
752,385 752,385 00000000000000000006e81a9eb88fd6521d47fa337927ae4965e3a8257912cd 1.54 MB 361 6
752,384 752,384 0000000000000000000201a1af3aba40287a302c1cfaf7cccb12defaf2985634 1.82 MB 373 3
752,383 752,383 00000000000000000003d5e32c209892e8cbe0f1598382a6f9cfe7115b871d8b 1.76 MB 1,420 4
752,382 752,382 00000000000000000005e0f3f5937103e979f225ea81da9e74fcfd4a6a482e8b 1.55 MB 2,734 16
752,381 752,381 00000000000000000005330c0ddbd54b21941a9004b55acb67f2cd633f3619a3 1.70 MB 1,691 4
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.60 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.