Memory Pool Memory Pool Refreshing

5,531 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (850,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,437 58,437 000000000a695455dc0b7167360a39dfeedb9ecd4db849ae823382f682fc8def 0.00 MB 1 0
58,436 58,436 0000000003caf945999920f4e90a6b3c8df129a64a26eb7f407e40189230efd7 0.00 MB 1 0
58,435 58,435 00000000134b3279f9f9ab9cde603593693ab0cbf26afe3cf519ad161b6a7922 0.00 MB 1 0
58,434 58,434 0000000014fc66d4805fca646331c8dcb6884b25b5dfa2a3fcc68374a6335e5c 0.00 MB 1 0
58,433 58,433 00000000131e895f8d920056c7f5b421d3d85c39acecc2298aeac34fc31f3a6b 0.00 MB 1 0
58,432 58,432 0000000013ab5529712293f6ccbbef648c147e6bd961ab93890ff9dcb9447cca 0.00 MB 1 0
58,431 58,431 000000000adfab6729702d3bfb970882c7f34b6ff748252da348162b0a666396 0.00 MB 1 0
58,430 58,430 000000000d244e4adf93c98addbd5146a717fce27328689b4047116714ec77de 0.00 MB 1 0
58,429 58,429 000000000506e1dd3b5db26c6b572bd7760c1bc308ba7b7ad697d846746bd59b 0.00 MB 1 0
58,428 58,428 00000000024ef2af49dc847eddd9acd67af204cb1c2bda1bdffedfaae5bf8b4f 0.00 MB 1 0
58,427 58,427 00000000038933b9409bed188ba3a2c15b491625d13923459fc1141fd8ad046f 0.00 MB 1 0
58,426 58,426 000000000a9a50ee7863b41fb28e43dcc844f832501a8646c56181a4043a1d43 0.00 MB 3 0
58,425 58,425 0000000013d651c9b1d41e32717b2f1b0e8dd4c554fe9f24236c31fd3444b409 0.00 MB 1 0
58,424 58,424 00000000059c19dac4b2428483d086d9600d41d5c6cba0db42f6d3e75505d051 0.00 MB 1 0
58,423 58,423 000000000781ec7c62966355ffc12900cc0229806365fdc13f2149892cc1db1b 0.00 MB 1 0
58,422 58,422 0000000009bb1e61b87da9208eddd26353df1a8f3a933a0bbc5f103c317ca37d 0.00 MB 1 0
58,421 58,421 000000000c3670f6e95fc479aa36e38a42b89833f5b88bc65d8167c01f355fd9 0.00 MB 1 0
58,420 58,420 00000000147b23fe0c7c3ca252bbf8ae18af31e0ccda5359fac5d3cecb4c0c56 0.00 MB 1 0
58,419 58,419 0000000011dd9a8a7e7eb8a79c7595d0d7d66d9d7604aa8541c078cff96d7b75 0.00 MB 1 0
58,418 58,418 000000000a512c017affb5907be8fe1af0934127b5e65f583dc32a4b4e08efdb 0.00 MB 1 0
58,417 58,417 0000000001e899f2af68c7af8a4dc57365a30be16a8a7695ce9b783e0a011789 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.75 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.