Memory Pool Memory Pool Refreshing

2,054 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,051 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (809,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,921 98,921 0000000000042c13e16bc7bde35fc0d5a3833189ddfbc588b5fef1d1040aba68 0.00 MB 1 0
98,920 98,920 000000000003bef94c269c5dcd2776c87d76de6462802d9fc1b47f997b63605c 0.01 MB 13 0
98,919 98,919 0000000000018469166a106ecaef3d8986faf936c09e70c0f2a75263fef83391 0.02 MB 5 0
98,918 98,918 000000000003530cc748b1954b06c7536565b90644cd34cef041a5c755739e01 0.00 MB 3 0
98,917 98,917 0000000000038a1ceb628401cb7de0d610bea5e1de23e8e6153a939199762e91 0.00 MB 12 262
98,916 98,916 0000000000004c303f33f0af8e20512b6198551c5ef2cdeca012c6cf3d728cf6 0.00 MB 3 0
98,915 98,915 0000000000000640ff1551791ce30b0aae47168eb48ce12747949f7d97bb7077 0.00 MB 2 0
98,914 98,914 000000000003faf558abc22febd0c654d00f0f01564632d1cb398975e82d64e8 0.00 MB 2 0
98,913 98,913 000000000003fc2463c682603ba77757efa39b0ef044de55ccfe6a610b372ba7 0.00 MB 1 0
98,912 98,912 0000000000023632a6d81071fb8cf841a392429758e243dbb24e071294d0d3c5 0.00 MB 4 0
98,911 98,911 0000000000025b0ffb25f7f6b926371f27a912488a40fbbf99ca50e108441051 0.00 MB 1 0
98,910 98,910 000000000002665715db83dc2ed901f4b387d380f159846152c671ed94970baa 0.00 MB 2 0
98,909 98,909 000000000000a7caf050a28bd8aa531d0d904e934bdf5bafe0192f441ee0dda4 0.00 MB 4 0
98,908 98,908 0000000000029f4c1c8957043093673575fc2c5440cc11c6eb4107c1c4de5c70 0.00 MB 3 0
98,907 98,907 000000000003ba31f45980b67811866c637a4760813bccff9fadd9be0538647e 0.00 MB 1 0
98,906 98,906 0000000000016522d93da73fe1b2b76070d68ec23d547358d7c0caea15147442 0.00 MB 2 0
98,905 98,905 000000000002482286f06ad45f902eba398732956e77e24741742bc51445ec1d 0.00 MB 1 0
98,904 98,904 00000000000090ff2791fe41d80509af6ffbd6c5b10294e29cdf1b603acab92c 0.00 MB 5 0
98,903 98,903 0000000000045b02ab29280b9df7e9513fa6fe274f0d7fd7ecf95c6d708ceb29 0.00 MB 2 0
98,902 98,902 000000000004669c02bbed37d046da5c34fa7b029c645ea9e460effb50643307 0.00 MB 1 0
98,901 98,901 000000000001741120135274584b2a0da45b39c8cc78322a14f9004ae766a8e0 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.