Memory Pool Memory Pool Refreshing

5,624 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,567 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (117,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,847 790,847 0000000000000000000168ba2b609ccc329ba391a51a8fc0f5ee79b63fe2d0a1 1.72 MB 3,562 62
790,846 790,846 00000000000000000003745965dfaf8886ff8fcf7a46e9a49479614d93774169 1.83 MB 3,100 48
790,845 790,845 0000000000000000000234eaaaa81ef996fdf4029db53150564dfa27687fa0dc 1.52 MB 2,973 64
790,844 790,844 00000000000000000005a19d354b475bf86ef259c117303dea7a9d20fc02a99c 1.40 MB 2,465 61
790,843 790,843 00000000000000000003280c6695aef21fcf24fad385b41abb1620b03d724623 1.99 MB 4,216 33
790,842 790,842 000000000000000000054835d351466e20ea19da2ca59f720213292091e049e1 1.59 MB 2,834 41
790,841 790,841 00000000000000000004d5b9690e8eb37d11cac72881ec904bc800cee0ba65e6 1.80 MB 1,871 26
790,840 790,840 0000000000000000000480cd4b7fea90318c36b2ae6659f79b54506e0cee597c 1.73 MB 2,548 52
790,839 790,839 0000000000000000000135c1ac38c13e4e04614e8c8e581542209cabe791d9eb 1.58 MB 2,011 49
790,838 790,838 0000000000000000000157e6340b4f5dda9163a6a234f06bc2792a6ac7fd5061 1.69 MB 1,641 42
790,837 790,837 000000000000000000032d34b2fcfb3f1497c50bc0ef6e619b622554a77c2942 1.70 MB 3,904 44
790,836 790,836 0000000000000000000210359025e7426f4184f63c58316bdae54c984cad7fab 1.74 MB 4,046 31
790,835 790,835 00000000000000000004fec42fec20961b6041ea6bd38b49ee67f19cad3e6dbd 2.00 MB 5,625 22
790,834 790,834 00000000000000000003492b06b67bc3576d4b4779dc1de39a75f03edfc4fbe2 1.95 MB 2,729 27
790,833 790,833 0000000000000000000263690d692ef892097ded760e9be56dc17edb4fc566d7 1.57 MB 2,727 51
790,832 790,832 00000000000000000003d5d2bcf0db651486fa99c922e445c59d331289c055a3 1.47 MB 3,221 46
790,831 790,831 00000000000000000001c03fd67638173ca066e9e9af3ee34ec4868ae6978695 1.24 MB 1,570 75
790,830 790,830 000000000000000000006c95bbc0679f781f09df1165bda6db5e46421e29d332 1.34 MB 1,893 77
790,829 790,829 000000000000000000039f46de4e2b048db19c7f441ccb67be33c405caccbd3f 2.80 MB 2,782 21
790,828 790,828 000000000000000000023d3471d36768a2f3fcc7887f941f711d6d0867c290aa 1.79 MB 3,428 22
790,827 790,827 000000000000000000028a6e01ad99705343eea1ff85e43aa580bbae52a3a8ab 1.61 MB 3,081 32
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.29 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.