Memory Pool Memory Pool Refreshing

8,304 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,920 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (739,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,418 168,418 000000000000083af5d94f5eca6a49a89d8184489951253005835f678c9866f2 0.00 MB 2 0
168,417 168,417 00000000000007059901fecc2947e022fdeb97305a800d3778547f1ae2400e4c 0.01 MB 18 81
168,416 168,416 0000000000000b6dac27643f461594b88f606bee29e8e125636fb5f9f5fd868e 0.01 MB 13 0
168,415 168,415 0000000000000203d5af5644114a79775773f8e8e38480966393d3e42fe48214 0.04 MB 135 43
168,414 168,414 00000000000003b00d47387ba2fde1771836414a70ab74ba1c9a0b1c7c866bfb 0.03 MB 72 112
168,413 168,413 00000000000003bf4394a6940058fb716c72739fac80c06407db7fb7876dbb75 0.05 MB 122 105
168,412 168,412 000000000000098b50520084b98529bfd9595b5cc95b8eb6f1c4b8b1d1f7d0aa 0.05 MB 111 57
168,411 168,411 0000000000000627ddf8c7124130b8b74e97ea17ceaab0e04889d50d50abc6d6 0.00 MB 1 0
168,410 168,410 0000000000000803c4f520a83083701cfb7291720e0f9e7d105e2036d17c4203 0.01 MB 16 51
168,409 168,409 00000000000003a55b9c4aa744b77caabf6e6ff044ff62f76ecc1a6533b39315 0.00 MB 6 69
168,408 168,408 0000000000000443449a683f474b3a5c4364ca44ae81453c5e02f18f08881bb6 0.01 MB 15 2,213
168,407 168,407 000000000000000ba8c833c965748caaa73ff20c6e99c427c8821c2aaf9827d7 0.01 MB 28 1,459
168,406 168,406 00000000000002151175dcd76b25210868e671afc7b7b9efde4250909f11d72f 0.01 MB 15 116
168,405 168,405 00000000000005d21d4b59f6bb29f39fc03cb2510a543eede83f25792414ea77 0.01 MB 13 29
168,404 168,404 00000000000007589defab666b5b7d27ed1139dacbe7017d5153d91fefec0762 0.01 MB 6 73
168,403 168,403 000000000000061b5ce64e32e7eea1758cecb6e57f27d326d69496c357d55ee2 0.01 MB 18 0
168,402 168,402 0000000000000075cc3762f804c95134b4082ed23295c9e7310696e684d94dce 0.01 MB 16 34
168,401 168,401 00000000000008a8ca7533ff3cbc2a5ab52553bc2066a18a20cad8978b440bbf 0.01 MB 27 63
168,400 168,400 00000000000003c562c8ae7899bd2fa6466246048af9fdef6e1f3f7b3f621c10 0.01 MB 33 48
168,399 168,399 00000000000005f3f31a5e81f84f548a0ce9f8bc5854327cd9b2ec622de42d0f 0.00 MB 2 0
168,398 168,398 0000000000000183b31beb68325022d385f4a29005af94fa9472b78ebf9ff062 0.00 MB 3 4
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.