Memory Pool Memory Pool Refreshing

19,182 transactions
6.12 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (691,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,799 215,799 0000000000000107ddb2fc1b5be8b17476f86983037cf76c4625c7165eb1f58a 0.25 MB 613 188
215,798 215,798 00000000000003ed80cbe93dfb0b90f58c27532a1862401d1deb4b3db6e60052 0.00 MB 10 494
215,797 215,797 0000000000000480dd73afe8cc2a862bc5fd589b97afef9223037b496f17bacc 0.25 MB 678 217
215,796 215,796 000000000000017d12f524f080418d15efc361cd31ed38c3cd5205feb0d23960 0.28 MB 548 157
215,795 215,795 00000000000001b892f486cc4e8dcace8fbe722126a4a1b81fa07df9e75c3e7c 0.18 MB 489 222
215,794 215,794 0000000000000072355d898a17dba4ee98007a8d5833e515b2349570df772158 0.10 MB 176 197
215,793 215,793 0000000000000271f05b922402372f52fd63b32cfe8f860cb28f68119af3684e 0.05 MB 98 219
215,792 215,792 0000000000000360a3dc9f77d88134812fa545cd435710e072319817a26795c4 0.45 MB 553 114
215,791 215,791 000000000000012a2e4659c84e1046c22b703bee679a0336c8d349af8e6daabb 0.25 MB 637 278
215,790 215,790 00000000000004f56f0b57f9effabebd45be6b4309122c1e9e709d383b34b1e2 0.25 MB 626 194
215,789 215,789 00000000000001daa709d8b513a7162f66c750d4a0bb38822ac52b1217715dcb 0.10 MB 313 2
215,788 215,788 00000000000004022452f5f0dc4a68e35a14d49f7b67188cb65935f8e521a301 0.25 MB 336 125
215,787 215,787 000000000000002cbfe6de8cef2ca28a3d3e2613256411f1f8e6ba5928bba519 0.22 MB 330 118
215,786 215,786 000000000000030252f5cee3fdb614f79d0247d45a1a19ca01490a90b87cbbaf 0.05 MB 136 19
215,785 215,785 00000000000004df66b855dc0639225a967f2946678a548430dc0724c961b7ef 0.25 MB 625 176
215,784 215,784 00000000000005077b7d570c4c830dcc56863cb39e09a9300c53669695138c79 0.25 MB 698 175
215,783 215,783 000000000000025ff21eff27c7d6cec298d5d0210bb36000d5172bc5967fe010 0.00 MB 8 317
215,782 215,782 000000000000022c50ed2e8f24dc80f6a89b3011aacdf8e395d1957e40c10547 0.25 MB 800 222
215,781 215,781 00000000000004e65ae48e80a778a479a7f332e2360862c40fac8fc936498511 0.25 MB 1,020 208
215,780 215,780 000000000000011037e936776e648a15ab4187239a85fbab994a02f64f831e6c 0.29 MB 439 165
215,779 215,779 000000000000005ebf9c541d9736af20c047206de6707de89376717c08ec0f38 0.23 MB 216 94
Previous 10 blocks ↓
Total Size: 769.02 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,624.45 GB sent, 93.00 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.