Memory Pool Memory Pool Refreshing

5,819 transactions
15.33 vMB
Show Random Selection Loading Transactions
Max Size: 65/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,046 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (874,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,277 34,277 0000000088902ec3058afa53ba391faa62c9f10ba3c7323d54ea10c599658181 0.00 MB 1 0
34,276 34,276 000000008e11284834f0457c3fc0dfbcdd58a62be420f2c09c97695dda4ef922 0.00 MB 1 0
34,275 34,275 000000008e30587f7a1516f1388a8d3aa3b1b359c78cf9089f1c24613071354c 0.00 MB 1 0
34,274 34,274 00000000296e482f492c06e598f35ce9f351f0d1e00220205f11ca932a1b3f8a 0.00 MB 1 0
34,273 34,273 0000000013fad98598accf6d68c234b8fb22ab05ae24fb98b043dbd25dc84a6f 0.00 MB 1 0
34,272 34,272 000000002732d387256b57cabdcb17767e3d30e220ea73f844b1907c0b5919ea 0.00 MB 1 0
34,271 34,271 000000005e36047e39452a7beaaa6721048ac408a3e75bb60a8b0008713653ce 0.00 MB 1 0
34,270 34,270 00000000bc69aad77ccb17a76cc004758252cd2484d4faff1280ee923f205b40 0.00 MB 1 0
34,269 34,269 00000000810749f498e9aaa50a8c8339311a128f6cd612beba0f38e1e9d30a21 0.00 MB 1 0
34,268 34,268 000000002611e465b588bca9ff4782183519882182d89e0345a5036f4c47c3d5 0.00 MB 1 0
34,267 34,267 000000008e3ff5296715d2b90e7b8a78e0056b70b783c6803d917297b6a0dd55 0.00 MB 1 0
34,266 34,266 0000000043c0d3b444beef866b75b33256a85d8357acf28e1300f2daf4590ee4 0.00 MB 1 0
34,265 34,265 00000000164b0883b8bef02f68175323cb32597ab4af395f9a0b8a6946735542 0.00 MB 1 0
34,264 34,264 000000001dfa7748ee10cbe5b243f3df6db548855e3879b60525022db3b9f7c6 0.00 MB 1 0
34,263 34,263 000000007a4cc27a87e984a4146269eee1b0bd938d41bd16e109c4f9d9fd0dc5 0.00 MB 1 0
34,262 34,262 000000001c3b5d1c84e177ad495ef37483d70ee1ac03f56c5fc5705fdc2c9e9c 0.00 MB 1 0
34,261 34,261 000000005f84ff6717ae6a65064ea3d94c151df065f9a5bbd2381c6989f5b047 0.00 MB 1 0
34,260 34,260 0000000021f511e5e9e7b5455461ba5e8db2f6a843bccd3f6770b7efe4f2300c 0.00 MB 1 0
34,259 34,259 00000000237db05d45bd17ccd600691928dc46a7c3cab539e6e7973647a453c7 0.00 MB 1 0
34,258 34,258 000000002f9337a6792a3e3d324e2097da87fb69c1f04eae1a3f7ad5a678f960 0.00 MB 1 0
34,257 34,257 00000000806555e1278b3021d1b76c45e0fa07e682a02d7d44a6cac5af2361e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.23 GB sent, 98.48 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.