Memory Pool Memory Pool Refreshing

3,743 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (613,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,415 294,415 00000000000000005f59bf09568c00ec9d3794f570f58d4f26dc3213bd5a490a 0.10 MB 73 17
294,414 294,414 0000000000000000879fff43bc5ac1315798475dccb577d4314d651686978941 0.35 MB 548 26
294,413 294,413 000000000000000018a4ad0439306abb8aa5917b5a591930e4b77e33591bc40a 0.13 MB 256 38
294,412 294,412 00000000000000009f7433dd5c607e92ba2af81ea53520b13433aef2f6fb9927 0.10 MB 188 16
294,411 294,411 0000000000000000a79a936dcba512511490ebeac68de75753b236f8023ee9b7 0.03 MB 52 33
294,410 294,410 0000000000000000a70960703d4f735225a47483071ba72a92de69f6f365ef9e 0.03 MB 69 28
294,409 294,409 0000000000000000419c64227a29b0d56728fbcb168aaeda486f16d115a262d0 0.12 MB 44 13
294,408 294,408 00000000000000001b08b854fb7786e219c48e69e93543921c25c03471f7f687 0.35 MB 707 38
294,407 294,407 0000000000000000b2e715cc9787fb908175791ff5bae2a81c9b774abc28482b 0.26 MB 395 28
294,406 294,406 00000000000000000741fbb31e9f0e46dee5251ed7cb591430207f846c4fbcc4 0.03 MB 68 38
294,405 294,405 000000000000000031d42eb802df549d421ca7211bcc2daa1b6a5449ebcde2f4 0.35 MB 444 25
294,404 294,404 0000000000000000466986c1e12b5b2ca212683e8d0efa656c8b96295f3c8eb5 0.35 MB 849 38
294,403 294,403 00000000000000009779ef0c3becca02b7e0517c0fc2d69d773893399b644ae7 0.43 MB 753 35
294,402 294,402 0000000000000000475969fafc3a27a984d8d1687fc40a5ce94d182f54c2ceed 0.31 MB 526 29
294,401 294,401 0000000000000000a335fdcc5e342f063d20188f925d484786a58e54e18c1ddf 0.33 MB 829 44
294,400 294,400 00000000000000003be6fa731f5754ee4e521ded68ec317f35dabbfab0708585 0.08 MB 141 18
294,399 294,399 000000000000000055533c3a55d4dd5f21ef2218ce81801f949fed0ed1898806 0.59 MB 1,165 32
294,398 294,398 0000000000000000aecdd100f5199afd1f616d6b1b59774efc1ebaef817c4966 0.33 MB 421 23
294,397 294,397 00000000000000005f08e2484dbd15d5a40d4b3ce46978230e0c6b66e20dcf8e 0.18 MB 295 32
294,396 294,396 00000000000000007a0532ac8aca728892cf68c7478ca0fa23c6c2d2d5754591 0.09 MB 79 20
294,395 294,395 00000000000000006744d19e8c3e90fd073ceb1495c47a7215de94a4135e1595 0.00 MB 11 148
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.