Memory Pool Memory Pool Refreshing

5,034 transactions
1.43 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,737 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (789,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,640 118,640 000000000000086c60f9dad5aa590cb65b7ecf0f6890c383921cbe4c23c16224 0.00 MB 7 0
118,639 118,639 000000000000691dc4f03591f23bde0372fa52d89e96cc69fa28842ce8cf8c5a 0.00 MB 1 0
118,638 118,638 00000000000078ba1b92435bd2101322a0c13d0504439e50627600baa31ba234 0.00 MB 4 0
118,637 118,637 0000000000003b0a4fa583aa7978fa975f8390634f187d2e41120f5f605b67b8 0.00 MB 5 0
118,636 118,636 000000000000754b892ab4ce12d19ddc099aa2650756d2166a7d739040ef54e0 0.00 MB 10 0
118,635 118,635 0000000000006732f05c93d9307d48f446a0168b0061654e3bc392ba5ed7bffc 0.01 MB 23 303
118,634 118,634 00000000000099093010a3e8daf32927c50b282e47a72daa65a3a15f983f7657 0.00 MB 11 0
118,633 118,633 00000000000015ce739178e52dd3b1078e1b8035b47ace2640a3a8a006523aef 0.00 MB 9 325
118,632 118,632 0000000000008f49be3379f7cd9e8b759599787f79bd18082b8da0e66e04c677 0.00 MB 4 0
118,631 118,631 000000000000276b48610decd151705e5a265e7235cf468bf21f121c5419ddf1 0.00 MB 8 0
118,630 118,630 000000000000956547e222dd3c80f16a624b4025998e716e5f57f5c558499fba 0.00 MB 13 654
118,629 118,629 000000000000670ed1cac185e95a6d6f0f925da260d8892725304b98eb2f054a 0.00 MB 2 0
118,628 118,628 0000000000004d4e535dfd5e3fa3fbe9224ee2344d507f1220588e614ce799f9 0.01 MB 22 144
118,627 118,627 0000000000004f1b3b6ac2cb646603a840954a2e2714420f0b805ee6dc2dda2f 0.00 MB 1 0
118,626 118,626 00000000000049009b44eaa8c4396639609998cdfcc1b2bfe7e9ed102b6ba344 0.00 MB 9 0
118,625 118,625 0000000000006f8b9be6b0e0a2f7737bcedf103a626da3ec62617bd949447242 0.01 MB 16 0
118,624 118,624 000000000000bfd594651a1690221d81f7d347978134d75962b151ff8835ff22 0.00 MB 1 0
118,623 118,623 0000000000003c1622c3faca86370cd6e8e38fb264df377cf7e7188674f89b3f 0.00 MB 4 0
118,622 118,622 0000000000000c1ccf11619604706fcbdf957aefaa1834bbca34de727cf93608 0.00 MB 5 0
118,621 118,621 00000000000022cb525f68d8d00c885a2b8d6c6d352592e7540ac806bd5774fa 0.01 MB 22 0
118,620 118,620 00000000000019069242614ab725c49d4762e7503d8fffe99a02fa5459e3f648 0.00 MB 15 0
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.49 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.