Memory Pool Memory Pool Refreshing

3,700 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,539 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (585,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,581 322,581 00000000000000000113596e19232801878cade46cb28d8409d0016dc8999ca2 0.05 MB 128 79
322,580 322,580 00000000000000000c2096c7ee81899c8ef1d8204f2e39a316c1ecde2741f5b1 0.56 MB 941 27
322,579 322,579 000000000000000008c762e0190677807c5d6638da1377f6f7baa8665c65ff30 0.17 MB 240 28
322,578 322,578 000000000000000007e66fe55071874b03b03ae00cf5cd8900845c3f5b4c668e 0.10 MB 178 34
322,577 322,577 000000000000000018c922841461bdf2faa257535dc18e6e2d86f7d510e118c0 0.12 MB 217 27
322,576 322,576 000000000000000015744801c677b69f6c9b954fdacd38f4c1348c577445d6be 0.57 MB 969 31
322,575 322,575 0000000000000000099538d14643e59625008f25b1963d02a025c1bcaf167533 0.11 MB 204 27
322,574 322,574 00000000000000000957786c4dfb0508c6580614b51e9d8e93114a558e9e2563 0.09 MB 166 26
322,573 322,573 00000000000000001f4f57c02cabdd57dad49fc72f484feb9b2799bedc30dd24 0.04 MB 93 38
322,572 322,572 00000000000000000d836bd8f8b33ab3232dc28341af64fa16a5a0cd8dc5cd8f 0.18 MB 362 32
322,571 322,571 00000000000000001bbe72b7edd82b08c1b9f384eafa22f5d9cceb8345a43b4e 0.35 MB 479 26
322,570 322,570 0000000000000000030529f3cc3a6e351651f1d92af1b95f8f96b6beb7294770 0.28 MB 654 32
322,569 322,569 000000000000000006ca133d837017e8139f62ddd08841cdce01f84e2764a65b 0.36 MB 326 18
322,568 322,568 000000000000000017511bedaa8b43caaacb4a34ca06a689cdee76af36edc810 0.04 MB 68 16
322,567 322,567 0000000000000000177e7bec9e2211243ca6ec79a9c848daf8bf38ef6b0bfdde 0.38 MB 550 20
322,566 322,566 000000000000000018d37e31a9df62c4fd7cba8e24ba558412177e28e6792245 0.35 MB 924 44
322,565 322,565 00000000000000000b73ec288ef9fe325bc10896d1c5553e607660b0794c1749 0.39 MB 396 18
322,564 322,564 0000000000000000036ee37dddc303e41e6fcc2b9d3f0ea8a037a7bdfce2be14 0.05 MB 89 23
322,563 322,563 00000000000000000c5b898e7922039ea0054de6de40ce31064ac291382b9691 0.24 MB 543 33
322,562 322,562 000000000000000013f288c131e68fed865a4a45235e188d61ab305b15040e9c 0.11 MB 123 21
322,561 322,561 0000000000000000190d20ab9bdfffeb6d389ea3d0750bc14fa4ca67a3f01372 0.26 MB 491 28
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.