Memory Pool Memory Pool Refreshing

9,297 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (621,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,603 286,603 000000000000000052add51afee60f944c7382a688d639f5e65d2aaec4db3d9b 0.10 MB 35 3
286,602 286,602 000000000000000061383405959a1090be15ee7962c48c816f9cffbe2f356272 0.10 MB 188 36
286,601 286,601 00000000000000000d64d1510d89fca9a2ac9a248630cb06a9a5237faa48686a 0.03 MB 37 25
286,600 286,600 000000000000000099c2cc4919800b904f55ab01022c2e64d5152eb3c5bad64e 0.14 MB 292 36
286,599 286,599 0000000000000000320dcf004b7871ca551f79c61c4f5cca29c10b05588dfdf0 0.10 MB 137 22
286,598 286,598 000000000000000023be594a6f3f8c64c820d170d7c6b7cb86ff54081e1faada 0.10 MB 216 42
286,597 286,597 00000000000000001684328d3a3be3579919044f0f60f53530c9e424b9e780b0 0.44 MB 732 33
286,596 286,596 00000000000000008fecafca8b41dcbae0bcf9457b33c1101040b122ef4a8503 0.06 MB 175 102
286,595 286,595 0000000000000000624cbb31833154a2cebe46299c1fdd6644d9b398ae01f961 0.13 MB 202 29
286,594 286,594 00000000000000001864afefdfd40b86369f7fa075e13b019b17a4ebf91c0e09 0.16 MB 174 31
286,593 286,593 0000000000000000c43432591c05c498dfa4a86393f56b1be569b7502b0f8d76 0.19 MB 351 36
286,592 286,592 00000000000000004a7a975ff0caf1d0af42fd9f12da2be5080d04272ff0cf70 0.02 MB 32 10
286,591 286,591 0000000000000000c7b69c3eabc33e9cb40865d201d11545a2ac891d04e98ce6 0.24 MB 222 16
286,590 286,590 0000000000000001234197dfc46f46c24dd67829e6d9ad62f29af6a637126ac6 0.00 MB 1 0
286,589 286,589 00000000000000002256e615945cf9a3ca9fed056fb28d7b6fb13305a8801728 0.24 MB 553 35
286,588 286,588 0000000000000000eecdeff95eefb2c530bd7168a15ec7b21ed7d0e7af2f185d 0.25 MB 758 56
286,587 286,587 00000000000000014ce919e2d0e9da3eaf4e4e2d3a8cd7a22e8efdd4a2407857 0.06 MB 166 101
286,586 286,586 00000000000000002aefc37aac3860648cf705ebe56664dcfb9af1d600ebffdc 0.39 MB 678 29
286,585 286,585 0000000000000001148f2d7877b7ae43320039b3cdd07cfc5c4118c82d7d4a44 0.06 MB 151 41
286,584 286,584 0000000000000000c70b211b565fabde1e8260ece15726b5ea5fe966b8879937 0.06 MB 187 82
286,583 286,583 0000000000000001082e62eb5c36d3b23c3d210afea6ccf14705db19134dad91 0.17 MB 401 45
Previous 10 blocks ↓
Total Size: 769.03 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.98 GB sent, 93.01 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.