Memory Pool Memory Pool Refreshing

4,554 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,474 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (636,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,135 271,135 0000000000000005e2994d6573885bb45029f07ee5e5d58c34920f2aee2b7e56 0.04 MB 108 56
271,134 271,134 00000000000000065d8e3ae80978bff957bdd3839c7dc121a43ff6507b791f23 0.13 MB 310 51
271,133 271,133 0000000000000006e2014106869f6ce83f3a0e59236feb907214378679032a24 0.04 MB 26 15
271,132 271,132 0000000000000003ce979a408cee28be1adfa10bd96510e66a0f71e6a0b11426 0.35 MB 669 64
271,131 271,131 0000000000000001ac41f1aba018b6f182838e177ee24a6c64e519af9341b3b3 0.25 MB 566 55
271,130 271,130 00000000000000011bd7454a89915384884428f26a1445046710b4dc5bb107e6 0.05 MB 115 55
271,129 271,129 0000000000000003a5a2cebee7b451b3a88a06c4687eb573c9e649e3ce71645c 0.04 MB 76 23
271,128 271,128 0000000000000003a1485bd1989655d189d76b1a2d96db0ecfde8573c4f007aa 0.18 MB 280 32
271,127 271,127 0000000000000001149ff3bd65f707f34abc747a8fd144c9b0ede5485284b334 0.25 MB 474 57
271,126 271,126 000000000000000478a1ad9cbeac37798b55569617d038fe600845702d775ab8 0.25 MB 612 75
271,125 271,125 000000000000000087c75ede0888bc6318ed968621a0463990149d8df6ba76a8 0.25 MB 464 23
271,124 271,124 000000000000000630ebea52ef687a076b96c4f32d9dd1af7cb1f9f2004ea7b9 0.44 MB 1,094 77
271,123 271,123 0000000000000002e258fefb8002f98e3ba162b0cf6b3f53e83d15912e72480f 0.50 MB 1,077 34
271,122 271,122 00000000000000065770532ad7f8b0569be60b88f8e220eb959809a4352a8b27 0.25 MB 794 52
271,121 271,121 00000000000000025ce16aecda3dbbd91c840b4b64f88037785afb7f06d2a5bb 0.25 MB 638 174
271,120 271,120 0000000000000000b02eaabe6dfb61010d4c1c00bda6ad7d31a9a7861cfcbffa 0.24 MB 259 16
271,119 271,119 0000000000000003f4e549dc3a5f0afd9f9889ce4fbc0ca8aa5ba58f50c2a1a4 0.50 MB 1,398 75
271,118 271,118 000000000000000619d3535167ae2ed79d03b69f966ddae7f0b582e46fea73e6 0.19 MB 400 52
271,117 271,117 00000000000000010e84a5401a83fdeadb1d8e44045011a140c9617b72214648 0.25 MB 658 66
271,116 271,116 00000000000000050b6572adb0795d66f54ff3e0e1518792042d02cfc5be31a5 0.31 MB 459 44
271,115 271,115 0000000000000001ef3322b1f982533e6b5badfa10815c7ff8342c59decd663f 0.07 MB 127 48
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.