Memory Pool Memory Pool Refreshing

4,209 transactions
1.52 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (637,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,648 270,648 00000000000000015aa79472ba8029699a226440231d49d65e20aff309b150af 0.15 MB 223 28
270,647 270,647 000000000000000375ffc0e19b405bc012f9fd7c5c0312843cd6be8921b45dcf 0.51 MB 1,231 38
270,646 270,646 0000000000000004b4d97c810fe8b5d2ba684c0d35d50e410bb946590936a4a5 0.60 MB 1,177 51
270,645 270,645 000000000000000228c8d3a4f11379b1ff8db99e7b2c1cfcc45168a72fafcd46 0.25 MB 682 172
270,644 270,644 0000000000000005b32feadfef1ca754bc83ed14b5e37392ec27624bebcf6dbe 0.34 MB 598 43
270,643 270,643 00000000000000069942bb2f5965e3662207abc3dddf44da1ec159d35baedd9c 0.22 MB 342 50
270,642 270,642 0000000000000000e9314c630a993f28f738d05c995498ecac447fe25a9d7262 0.25 MB 679 77
270,641 270,641 0000000000000002c9aad43c072046a8a5bc688899d2382fd04e0cc20855d662 0.16 MB 196 20
270,640 270,640 00000000000000010c78e472816b8d3a875d80d68692406e834dca1084d98ffc 0.25 MB 751 99
270,639 270,639 0000000000000005cd7c2602896720f878699da0bcb71f6ac63a660fb8be18a6 0.38 MB 771 52
270,638 270,638 0000000000000002b17747dac286a7a65ff4a76999d7039aa561c380176458a7 0.15 MB 231 45
270,637 270,637 000000000000000574b1964cce9ba78fbaf0220001132a014596c7c8ac61ff0b 0.16 MB 210 32
270,636 270,636 0000000000000003d1a9c68b039a426552073ecf9f1cc123513193124e26e7f8 0.25 MB 517 102
270,635 270,635 0000000000000005005fc19926f589b13e4da89887cd5f8730514f7ebfd8870e 0.06 MB 122 44
270,634 270,634 00000000000000014ccf6d5f27bf93562fc1ca724a9bba657f40d1c28d5b17c1 0.25 MB 537 86
270,633 270,633 0000000000000001e121b09d1423fc952e98b12225457e5ae4fa9f708867b2e0 0.06 MB 165 38
270,632 270,632 0000000000000005cfcc6560ca86e6d97502bb6ba5c6f27c4f1ac10a48734ee9 0.21 MB 469 69
270,631 270,631 000000000000000053dc04f3a1b1be413077a8fb0be479c7e113639b7f97e8c3 0.10 MB 256 61
270,630 270,630 0000000000000006c5cad308f979a48120a0b710418062f74457c331b51cf9c7 0.25 MB 675 63
270,629 270,629 0000000000000004a9a523ab8d7865a41b037b8dd11de7fd7db1a860d4902126 0.15 MB 320 50
270,628 270,628 0000000000000003f857b7bd772c6fc42146104b7723edb94e817d40eee3cd47 0.13 MB 217 48
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.