Memory Pool Memory Pool Refreshing

122 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (712,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,403 195,403 00000000000006311ae7392101612a241504d64bd0f87af2eb3f73cace0140a6 0.00 MB 1 0
195,402 195,402 00000000000003030bf12c6b2892922eb2d14c9a7444dccf244632d550949fd0 0.04 MB 119 108
195,401 195,401 00000000000005eea22eded8fd8d46716b50dadb9d04206cfc16b9824f46c9e1 0.00 MB 1 0
195,400 195,400 000000000000018c80c684acfbf9e7930f31e56f9b2973f423225436143f07d1 0.19 MB 489 215
195,399 195,399 0000000000000641ce4de48558ff4fa7dc68f596181033777173126a8c3328ee 0.02 MB 37 85
195,398 195,398 00000000000003a3848e53f51c87c9d004ef64232d80c447ee199985a1dc0da0 0.08 MB 118 158
195,397 195,397 00000000000007670b02a4c4cadd7add4fb2bc9df8c7a4bf9192b131d6ea77a6 0.12 MB 292 148
195,396 195,396 00000000000006f3377fd6bcbb4a634a6bfc1120849f2547c5e7d5a9514a5354 0.09 MB 256 121
195,395 195,395 0000000000000569f7eabc66caffca8f7756e4a419d87147fcc653d457ec271b 0.05 MB 167 222
195,394 195,394 000000000000053515e386c11ebaf5be556617f5d1aa662869a9899af5b1ef29 0.05 MB 97 90
195,393 195,393 00000000000002f7aa492d8a5211a5b273c1f9499eb40b9908796c9076d2632b 0.07 MB 242 200
195,392 195,392 00000000000007774582d8e83249bea0376e25ce7bf4dedaa6bbd5b1619ca374 0.11 MB 256 91
195,391 195,391 00000000000006acd897086865dfc58c961d393f0fe8adee56c3efdc18082e46 0.09 MB 256 99
195,390 195,390 000000000000060fc8cd6e33323d6ee034887e0df0c871ebf10f40d18f9eb122 0.03 MB 99 10
195,389 195,389 00000000000003890395fec54c811a71e21eb0d19518960a9384d8c369377e57 0.10 MB 260 157
195,388 195,388 000000000000020cd6309a241be5ca57d349ff6f0e75afb0940e1f8cc1810bcd 0.00 MB 12 338
195,387 195,387 000000000000079c8b9a1392e266a0c8407707a561e20c3e6a215b0592ccfcaa 0.02 MB 60 136
195,386 195,386 00000000000005e637fe155946079903a1db345a2326a40bde0cd14c09d9fe16 0.17 MB 512 70
195,385 195,385 00000000000001f1a065af9fa0ed16e0e7173bf4e94bcea2acee3e8c8f3eb660 0.04 MB 129 167
195,384 195,384 0000000000000097df52e0ba745a480d5b68128240863fb19cab21636bf40796 0.00 MB 13 43
195,383 195,383 000000000000074edc6552a1a51484156361c7d1badba9aaa80de1403f427380 0.01 MB 19 94
Previous 10 blocks ↓
Total Size: 769.15 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,632.57 GB sent, 93.62 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.