Memory Pool Memory Pool Refreshing

4,218 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (657,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
250,569 250,569 0000000000000043578be71f66d1f309f774399fa4f7bc46afb5078ef44565dc 0.03 MB 55 93
250,568 250,568 000000000000000262de640c6e78448ff258b125c1c2a0287ee2fbd7ad602d2a 0.12 MB 147 77
250,567 250,567 0000000000000010a1dc3c7633752c0570e05a68637ff872c358eb7b6ba68739 0.12 MB 300 95
250,566 250,566 0000000000000066bc47dc89b520b6af544c236d39f34c5d7c567319217d8f0a 0.01 MB 32 123
250,565 250,565 0000000000000014af32887bc7267fb784dab9ec058a5dfcdb96dc9cac1b75bf 0.06 MB 103 93
250,564 250,564 000000000000004c3d3cc5b8268492e1156040ce92069b8e27f8dc9c6883af6b 0.05 MB 136 119
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.