Memory Pool Memory Pool Refreshing

3,626 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,174 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (618,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,416 289,416 000000000000000118beb22182c16d0042fcc4c8d96bb8989a6db59a7a02237b 0.19 MB 363 31
289,415 289,415 000000000000000087aad7f40fded16196ad3db34e817350d6920fcdf6371511 0.22 MB 448 29
289,414 289,414 000000000000000058ab383dd764e1c43715e9bc37565e5cb0b3a5f65707b808 0.11 MB 142 20
289,413 289,413 000000000000000089975df595f5d0b2ba713a2f8e57fcec41f2d66e11b3152c 0.29 MB 527 34
289,412 289,412 00000000000000001342630a9c4235fb990569d380c9fc9d5e386cda58f5928d 0.16 MB 242 27
289,411 289,411 0000000000000000f6b99382078c2659315241683ededc2e22db64bc6eb22fc0 0.17 MB 188 35
289,410 289,410 000000000000000015518cb794f28a4eacb9975ed9112a3634522f78e4a2b314 0.17 MB 301 30
289,409 289,409 000000000000000047356ed1760f857d670e737f90ad55590aded8d5ac5851a6 0.16 MB 259 32
289,408 289,408 000000000000000098f85437d1782e5f29c7f314832852d95067b776ac5aed1f 0.23 MB 435 32
289,407 289,407 00000000000000002867ae195e69075f7224b89d67da9aa41d181b8671196f66 0.14 MB 261 34
289,406 289,406 00000000000000011ef733f9406080735214026fcc1b867df7d92f30cc30c468 0.34 MB 670 37
289,405 289,405 000000000000000055f85001726c8d1ec58c372fe63e1cf593bf002c3e513739 0.59 MB 581 43
289,404 289,404 00000000000000000d4a8f8d36dedec731e5d3444c70799f8ad0b5d2b4bca6b4 0.35 MB 877 54
289,403 289,403 00000000000000006c484ba28aa6ad96196e8f9bc121c67ddf0c0e06652ab52f 0.08 MB 256 50
289,402 289,402 0000000000000000c4c1c21ea8b89c50cf21b683ecafcff4ea39d6c9f1352b71 0.62 MB 913 28
289,401 289,401 00000000000000008dbd8a084f2f4a8b9f24440a85a6356861800e5cb6ca3728 0.09 MB 256 49
289,400 289,400 00000000000000009058a220dad9179cf68fbe3e80ef8499a618ff4f278aa8bc 0.35 MB 898 54
289,399 289,399 0000000000000000896ff4139aee8d8b9412ce729d4bccde10c29fc1df0bbc31 0.39 MB 860 40
289,398 289,398 00000000000000005059740eeb51371c69785a01f8b96c5f8f81ef75d68615db 0.10 MB 149 19
289,397 289,397 0000000000000000d5f368e50cf904099bbb072c229c868407fae2cb54d6e542 0.15 MB 340 29
289,396 289,396 0000000000000000f5ef33d0234b12dcf72a0e58bee645fb860921fdcc8ee798 0.63 MB 1,177 39
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.47 GB sent, 93.12 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.