Memory Pool Memory Pool Refreshing

8,358 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (26,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,427 881,427 0000000000000000000104bedf7f9727c58c2c9c2e4c3a1f452d901fcca0dca1 1.86 MB 2,155 2
881,426 881,426 000000000000000000002069d57270986951bc9f49a82a26192b67fc2a907e2f 1.46 MB 2,735 4
881,425 881,425 000000000000000000008db23a7eb41a2f590aaed572b3a24210f71de5dc1200 1.94 MB 2,360 3
881,424 881,424 000000000000000000017b20a1eda0f8cec8a7fe17744dacd9fac5961cd70b72 1.81 MB 2,557 3
881,423 881,423 0000000000000000000269d52c24ea451225613aab095d90d771d4e29aa96cdd 1.88 MB 1,514 2
881,422 881,422 00000000000000000001543bc4d2b5e1434cb64af8995e21fe15ca708a6ac9e3 2.59 MB 419 1
881,421 881,421 00000000000000000000ad010a5cc1d5f20ff8a26afe12d9562ee753fa9cbfb2 2.60 MB 993 1
881,420 881,420 0000000000000000000057a0a4513076c314fc4f05102e29ca6998c882253c1d 1.60 MB 3,326 4
881,419 881,419 00000000000000000000a8aad830523b475e0c973e52c3e41025306406fcf500 1.74 MB 2,372 3
881,418 881,418 000000000000000000025a885cd55510efa4fe1a36348b743e3a3ebc56af5931 3.37 MB 168 1
881,417 881,417 000000000000000000028269a6ea6d952c554292a27a18d1e2d99c6cf9f5bd25 1.75 MB 1,899 2
881,416 881,416 0000000000000000000163a3332cb9689f3f56fbb81a0c7d6d921fc5fa1c9bc2 1.64 MB 3,077 5
881,415 881,415 0000000000000000000146d57e9890836d3b8b362e0d0a9e60f73ae34e8a4589 1.81 MB 2,319 3
881,414 881,414 00000000000000000000d6144eb663823a49696d2b335dda0221cc0db170ad2c 1.99 MB 924 1
881,413 881,413 00000000000000000000f3f63152bf32b00a39aa799edca8d85bfee1fe809b11 1.70 MB 2,462 2
881,412 881,412 000000000000000000000a9920a8e3cac062a8de1ce2bf168c1a51bb494399a9 0.60 MB 1,172 3
881,411 881,411 00000000000000000000f85289f17d562712209c7efbcbda0dedc27f1caa0b99 1.78 MB 1,499 2
881,410 881,410 00000000000000000001beb9c9fde8c43a9ef2f7814a0f757709a73387bc6c72 2.00 MB 1,178 1
881,409 881,409 0000000000000000000077858166f1abdbf0812627ab67762a95d1a1100a3735 1.97 MB 1,467 1
881,408 881,408 0000000000000000000196f8c21678b0bd2bced0b57bfb8a20aa9458ba20e2ff 3.18 MB 1,122 1
881,407 881,407 00000000000000000000d87a3695d874d63380b52af06ef31924ed1268cbe236 2.30 MB 2,418 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.