Memory Pool Memory Pool Refreshing

4,638 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,072 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (77,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,404 830,404 0000000000000000000206a01214225c4ffc82deeae06d205209a7ba2dc116b0 2.34 MB 2,405 37
830,403 830,403 000000000000000000010306cc4feae8d9842b9f5b5538ad9475e1793f60e69e 2.43 MB 2,398 35
830,402 830,402 000000000000000000037c51a37fbb408f46784aa8433e65ec3731ee461a003d 2.05 MB 2,856 37
830,401 830,401 00000000000000000000977833b326fc44771067d7ad87c2840843ede030efd0 2.15 MB 2,481 38
830,400 830,400 0000000000000000000152395d37f39f45d66274719c79f72923232b4c7bb65e 1.84 MB 3,282 48
830,399 830,399 00000000000000000002924d25e3c2128f31122025c0a36ece887795382d7593 2.77 MB 1,514 30
830,398 830,398 000000000000000000015bff0b86224ddb1c20d1d7ad8e13c453a21e56aad33c 2.67 MB 2,327 31
830,397 830,397 00000000000000000002997ec612ff64bac88a7959995d15955cbfec9ec8d0b1 2.05 MB 3,189 34
830,396 830,396 00000000000000000001cd2a53f7f7698e4ca6beeeafba6f352a927d8d1364ca 2.20 MB 2,406 41
830,395 830,395 00000000000000000002e3b19bd2cf690c70d6029f33a6a0a1b8cda5d9cd323a 2.19 MB 2,689 33
830,394 830,394 000000000000000000025c91ba4fa29464611a46dbc64376685dff4b1992ed5b 2.13 MB 2,533 37
830,393 830,393 00000000000000000000240b1fc7c86339191225f2121b6f58394f7da3a7888c 2.55 MB 2,115 33
830,392 830,392 0000000000000000000076ee6ab4f36a29bc5f7b9c8d5330a11ed1819e423aea 1.92 MB 1,832 41
830,391 830,391 00000000000000000002d72e75320e66fdd15f567eda02582390cedd5189b1b7 1.88 MB 3,119 55
830,390 830,390 000000000000000000008c80ff8872f44af6f3674ddbcfaf70d15c5effaedbad 2.57 MB 2,498 34
830,389 830,389 000000000000000000012789a98a781a76fbc51f115adb4b3ce033cea8ddea4d 1.82 MB 2,576 56
830,388 830,388 0000000000000000000358edea22cb62279d610716683d5b57bcbdfb60e04ac2 2.65 MB 1,943 31
830,387 830,387 00000000000000000002bb3a17994834106c847145f8a1e4ac26841e500d8673 2.25 MB 2,310 52
830,386 830,386 000000000000000000034442eccd5e6d8a65b8fc49ba8a4592e61aced063895b 2.80 MB 1,833 34
830,385 830,385 0000000000000000000153bc782151ca7fca094614c93f3bb2a279b911a55bc4 2.60 MB 1,981 50
830,384 830,384 000000000000000000001194cc16097da620571fb40a535bf4390441b217761e 3.19 MB 1,030 26
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.