Memory Pool Memory Pool Refreshing

2,967 transactions
1.26 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
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,287 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (657,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,590 250,590 0000000000000069d72a73e1a9a9c478d0509e9f7e8e78bcb7a3729dad0c2794 0.30 MB 693 114
250,589 250,589 00000000000000525a2fd657d5f77a283606c4994c4d53ae7072d9582c594c10 0.00 MB 1 0
250,588 250,588 000000000000003be3cab5a6d04b37c3c7d691d53e2610d2136f03cfc27cc7bd 0.25 MB 584 108
250,587 250,587 00000000000000591d1ba916f86b8bf9e0e22ec5eb683fc4419d5767ce24b4d0 0.25 MB 623 121
250,586 250,586 000000000000005670f0b5d83491b756e0b6f35e1919f2e7b101cbd63f6b99f4 0.19 MB 374 97
250,585 250,585 000000000000004cb79310a2d7c7509dfb36acc79d2c63aa9808f67eeef08f21 0.13 MB 263 158
250,584 250,584 000000000000000d214cef1201d3798718e62b4c421a219085545775f44a6f24 0.20 MB 520 140
250,583 250,583 00000000000000536b1a8027447056cdb8e6fd490d2e6c44e2d6735ad58bfc02 0.46 MB 1,024 72
250,582 250,582 000000000000003112d33b0ce62e919470838a13f67135783675258103486127 0.07 MB 91 39
250,581 250,581 0000000000000059e28ccc4be5c7cd58ef1074323cd2cfdc8ad941f5ed2e6fb2 0.25 MB 676 113
250,580 250,580 0000000000000000d1a82f62e740d290dd4e13224791a2fc89ed51ebdfb73e03 0.15 MB 399 111
250,579 250,579 0000000000000064deb6712f86793140150c47e7f85697a773d4413b9cdd3529 0.06 MB 137 115
250,578 250,578 000000000000000d85fd55a8d4c7250a0481b43fca529e984c737a6ba8edef2a 0.11 MB 246 87
250,577 250,577 0000000000000024196f332bab3f59907a4c986c7977826964d712bac51bfd20 0.03 MB 75 120
250,576 250,576 000000000000004816a3bddf522eea2e112c1d85e51fb4ac43a3b043add40405 0.09 MB 207 94
250,575 250,575 00000000000000115e696c1be2c5a15cf48ec5b459450c44cd55f47c54ef010d 0.10 MB 225 96
250,574 250,574 00000000000000347c14aa3378e5fec2685184369fdd273ad5271dcc506ae954 0.10 MB 252 103
250,573 250,573 000000000000004b4fd94e6ac81bda86b1dba8b66827b457c0a1eb9a52e04273 0.14 MB 344 99
250,572 250,572 000000000000003deb752a3cf6c4a3a38a313035caccb2c31b1ce3fcb342b0f6 0.05 MB 106 100
250,571 250,571 0000000000000062ea1b7a241d62314f0f97bc4ab06b6def7b219dfca95b9fa1 0.24 MB 535 94
250,570 250,570 0000000000000043b6472f8505b0530f88f07977203a1d129439449e98bf9cda 0.15 MB 334 141
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.