Memory Pool Memory Pool Refreshing

2,266 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 4/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 0.52 vMB 2,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (528,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,071 379,071 00000000000000000e07fe2bbc27555ca679e5090901e8fe36f2f0d551e196a6 0.66 MB 1,440 42
379,070 379,070 000000000000000011aeadedacc601f2f00b697f00b9d6da0588f5ec4f369442 0.84 MB 779 17
379,069 379,069 000000000000000002c671560b9b021ddcd630580be5eb62d975892d91b47224 0.31 MB 585 26
379,068 379,068 00000000000000000ec9a6d9833587510389e46ee7addd37e7024ab063fb18d1 0.11 MB 148 18
379,067 379,067 00000000000000000595698883679e0b5c8edd14f4cc4333e97df7765b5b5711 0.17 MB 343 32
379,066 379,066 0000000000000000017514a499251811cecd3e23b6ff11db1acb905f424b5691 0.99 MB 736 7
379,065 379,065 000000000000000003432ccc63cd50325d09e579c3aafbdebec59a3a83fd3645 0.58 MB 885 28
379,064 379,064 00000000000000000f01b423c6b8008ec818c925b9f37cc57aa6114f605f0e91 0.25 MB 367 21
379,063 379,063 0000000000000000060d677c8b28d40b3fab607ccdd613fe2139302aebe6c5d1 0.77 MB 1,306 32
379,062 379,062 0000000000000000006a20bff5e76ebe14ecd7207be22eeaee417b4958a9acf7 0.43 MB 813 32
379,061 379,061 00000000000000000da388c8e9a0764428b6a0792510b68c1da6cc1b9c39304e 0.69 MB 1,015 27
379,060 379,060 00000000000000000b21ec8aefa5dca2bb6f03f95b3fa0d88de04afe110f1937 0.00 MB 2 0
379,059 379,059 00000000000000000067717854d31d8decd0f3bb3df8f28433da030e4474438a 0.95 MB 2,363 49
379,058 379,058 000000000000000000c10d082643e28639daf81268bd4528007f3e2bc523f770 0.36 MB 777 42
379,057 379,057 000000000000000001e923a543241482541bfb75400cd8cbb470486688693a71 0.12 MB 167 18
379,056 379,056 0000000000000000115eb05c5e14100587ae835d1f3c896f24ab49bbc18543a5 0.76 MB 790 19
379,055 379,055 000000000000000005539fb5a149a201aef46393b456be36eb066f741816d89d 0.75 MB 2,043 48
379,054 379,054 00000000000000000660f34bc895ebb7201058cde990ee3e3e09938998ebd2f8 0.15 MB 258 24
379,053 379,053 0000000000000000001062403f5d1c574941885694001e705ea3ee4bd2665d28 0.48 MB 877 31
379,052 379,052 000000000000000003bcafece6e61a0f26d6bf1be473a93c0a1ffec173c5a2cd 0.46 MB 889 36
379,051 379,051 00000000000000000f37870cc85176a3e301a78ff46acd363f2cb1869d18254f 0.81 MB 1,355 32
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.55 GB sent, 94.33 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.