Memory Pool Memory Pool Refreshing

7,730 transactions
7.11 vMB
Show Random Selection Loading Transactions
Max Size: 32/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
900,874 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 2,198 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 900,873 (3,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,412 897,412 000000000000000000006a254d306d7e12fc2dad4e0344619226e26b7e519c5e 1.58 MB 4,658 4
897,411 897,411 0000000000000000000006eed420109176b48046f7dfea28c9342a2defdc038d 1.56 MB 5,342 3
897,410 897,410 000000000000000000001561035eb56e8137b91a28a14fa505a2d428d3238d5e 1.33 MB 3,555 2
897,409 897,409 00000000000000000001a48c9d895098ca23a3ef14c4f2d0fbb2694e761a99c2 1.59 MB 5,113 2
897,408 897,408 0000000000000000000126f6e4dbe6fc6443e98f133af98847aa491ec9e27cac 1.67 MB 3,841 4
897,407 897,407 00000000000000000000f279df67b118dc692e51c74081a0d660c3d5bb5ddbc0 1.61 MB 3,745 7
897,406 897,406 000000000000000000004a8db422732c2f503776bbaa59c45adaea88269a4979 1.47 MB 3,891 2
897,405 897,405 00000000000000000001a6ad2adf691c59daa595b4fc0ebea6b21d92af80455b 1.73 MB 3,493 7
897,404 897,404 00000000000000000000d4a98c552b98b5a466a8266e0de0fb260acdeefa021b 1.17 MB 1,040 2
897,403 897,403 00000000000000000000782f5ad3d9aacf41b6e415d59397384dc9becfc42011 1.58 MB 5,494 5
897,402 897,402 0000000000000000000231f25a965cbde2e78729e20a29b763a004975e9aedfe 1.57 MB 4,443 4
897,401 897,401 000000000000000000011e9b1886d56c4d77999d94cc0f3427bc7f690ac6ac81 1.55 MB 4,803 2
897,400 897,400 000000000000000000023d75419b17facec4ce627e8f50829ef8fdb9e239caac 1.55 MB 5,362 3
897,399 897,399 0000000000000000000010c8385128cf32897ddb789e8a0dc76ee57fa63e39db 1.65 MB 3,971 7
897,398 897,398 000000000000000000007b2ea50898e155cbdc3fd44afa65caa82bcc1b5cf21e 1.54 MB 5,561 3
897,397 897,397 00000000000000000000e0e1d4140b27882fd96ddbc7a505334bf063169ab0eb 1.72 MB 3,264 5
897,396 897,396 0000000000000000000034d88b156ef85a3b0ab9635072ed2588cc56682d6e59 1.61 MB 3,697 4
897,395 897,395 00000000000000000000fd98cebaaf95543209cab6eb1ac3066c4dcae09e1b58 1.53 MB 5,615 2
897,394 897,394 00000000000000000000fb10bf43c1cbef4f0ccbe8b24be31297843bc79bfb39 1.56 MB 6,058 2
897,393 897,393 000000000000000000012455a4244edff0bdfa8748e979315581ccd614ba2824 1.45 MB 4,022 3
897,392 897,392 000000000000000000003424d239ce611c46116b17067350e09d9628c58a29ca 1.63 MB 3,507 5
Previous 10 blocks ↓
Total Size: 757.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 666.62 GB sent, 34.15 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.