Memory Pool Memory Pool Refreshing

3,270 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (724,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,549 183,549 0000000000000396532b0ad0df2d2642efd5df4594ae1888da16d4f3527b613c 0.02 MB 39 175
183,548 183,548 000000000000021f4714d41bdbf6e5f37eb9bb65739e7ac0460be40c25640f03 0.07 MB 123 159
183,547 183,547 0000000000000996038d049b575ce100a35e0d9428ff3e444b14bebe923e1ad6 0.03 MB 51 52
183,546 183,546 0000000000000245124a1b0f6f3e41d97ef5a34b4099e75d4babb1e04ddd8850 0.10 MB 256 183
183,545 183,545 0000000000000a05075d250cb80abe7415b86add5bd0a83ef10dd033204803f1 0.00 MB 7 14
183,544 183,544 000000000000062df7a9c822bcd10ea29eede3ad75441830ed421e02492c923b 0.05 MB 154 39
183,543 183,543 00000000000001ba4fae4ae44e66254463bdc8af059f0ce4bbcdc25de62af18e 0.26 MB 668 180
183,542 183,542 000000000000000e1a6979fb8cc3664b0844ea1905acae62476b8e67a01b9fb8 0.00 MB 10 160
183,541 183,541 0000000000000a04e6d8be9e865e2fd38b2333e7ded43e24643d866b2a6c42d3 0.02 MB 58 554
183,540 183,540 0000000000000a4deb81621a4ac189e6ecc367d34bd556e1f4aade17db17911b 0.00 MB 9 0
183,539 183,539 000000000000006703e753572cb1349238aa988dbe9462549a34643e354697b7 0.09 MB 224 186
183,538 183,538 00000000000003d12d36fe3954276dfd7d7dc929d404d7b134100d9c5203720d 0.00 MB 11 33
183,537 183,537 00000000000002c7c9af2d9e229a9408bb50317ea1b521199f3b5241a8892bf2 0.13 MB 281 150
183,536 183,536 00000000000003fdb2c8b78f0d20abc843ce6eabbfbfc491155557319a9615b0 0.04 MB 102 153
183,535 183,535 00000000000002aadf9c3b9119bdbb542c5084929ec932bf62ad1953e10e8113 0.00 MB 11 15
183,534 183,534 000000000000054275f9e836260f6c7b7503ab07078c573abc58978f9c903589 0.07 MB 147 109
183,533 183,533 000000000000091eedf2aef794ca7c2b099bf132a9b7e29e0badeaec154fcce1 0.14 MB 349 129
183,532 183,532 00000000000005b57fbaf0d11fb65422df573f30ba127a71c8f8aa40d6c00881 0.05 MB 153 97
183,531 183,531 000000000000070510c4d09341e66f6e84164ffcbd70877a14bc3abfbe8b562d 0.05 MB 137 27
183,530 183,530 000000000000024e158632a75de243190b9fc86f4529e5aa918a647058e987b9 0.29 MB 774 214
183,529 183,529 00000000000003d6ef8282e4a87b0e36dff9bcc9dfdfb0cf533ffcb39f90aa7a 0.00 MB 13 15
Previous 10 blocks ↓
Total Size: 769.13 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,630.61 GB sent, 93.52 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.