Memory Pool Memory Pool Refreshing

1,726 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
903,372 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 810 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,371 (757,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,665 145,665 00000000000008b2283b639ba1592f520b45a9a8148fc453e10e07e560da8a37 0.05 MB 126 186
145,664 145,664 00000000000008e31a6887f7d566ba8b398714a887c7fe052f50cf848881de5c 0.02 MB 38 377
145,663 145,663 00000000000003c2caa973a16cf981b12ec8826b7064bb2210fe5218716cdbd2 0.01 MB 13 510
145,662 145,662 000000000000064af0d1a13424c2a6a3e5544e77ddbb6da3ffb567af2122ef52 0.02 MB 66 583
145,661 145,661 00000000000005567d9db096cfcf36bccfb10745e26627b7c9b048fb1a46ae24 0.02 MB 76 12
145,660 145,660 0000000000000587eace459d76294f23cd3ffe85a512762988f696ff96495e55 0.05 MB 95 796
145,659 145,659 0000000000000304fa9d3ee50b6330846826d0f39f5af1d547f99a7c2a87d4ef 0.00 MB 7 759
145,658 145,658 000000000000027bf09f87f35948dfe806b6d9d24893b55a24f82700116572b5 0.03 MB 81 114
145,657 145,657 000000000000043c20ed927dc68b69c319f8bbc388e7d62953021e4d72a10a57 0.07 MB 41 54
145,656 145,656 00000000000003fbc6cce41f50631f3eb414e6e1c0f2e7846840c013007712f6 0.01 MB 17 112
145,655 145,655 00000000000001b2e43b44c3e10a7ae096bf43bcdf502c38b34a9850f6ef5617 0.03 MB 63 110
145,654 145,654 00000000000006fced3443aab326a09537c95bbec2ef67846d2053e33938dfa2 0.05 MB 123 98
145,653 145,653 000000000000012d58276ecc8e28104d30f1f742090385138725520054b6feb4 0.01 MB 25 43
145,652 145,652 000000000000074a2178c291e16d1bc7e6654b54a370dd360b44b306fcf31fbb 0.02 MB 60 312
145,651 145,651 0000000000000135b90822315b17aecb4d1e85d4657d0671a50c7036c99bef93 0.02 MB 77 119
145,650 145,650 000000000000029a259150ba0c39aa908fea66bd9c3a766ae4a25bf79532756d 0.04 MB 97 161
145,649 145,649 000000000000002dccc10d902e0bd21a9e247b7aeac53a07cb63bebc5ed739fb 0.05 MB 146 227
145,648 145,648 00000000000004ba40806e3c535bfc5388f2385c3e95de4acf306962dc2397fd 0.02 MB 54 199
145,647 145,647 000000000000017cb236bcecbdf65df811c3e6e01d79268bd9e89536c299e284 0.00 MB 10 450
145,646 145,646 00000000000002dd55c26040b1473fbb117675d6ccdcd997ca8fb261c874c4d7 0.05 MB 146 184
145,645 145,645 00000000000002e9a15dcdb1e0ce3e38478066b80b8eeb0963c18ac18b423f40 0.05 MB 139 178
Previous 10 blocks ↓
Total Size: 761.53 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: 933.50 GB sent, 53.65 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.