Memory Pool Memory Pool Refreshing

5,449 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (605,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,574 302,574 000000000000000020826179f25a9b2b5dd4a2a21110e425ff7029adcce9a1b5 0.16 MB 189 19
302,573 302,573 000000000000000007fba7b408215f36be8b5e2be688ecc2ec1521ede1791ade 0.35 MB 557 26
302,572 302,572 00000000000000004719c372e2b7fac758e38a41420dc8aaf324ad65fd50fdd3 0.84 MB 1,493 30
302,571 302,571 000000000000000029fb38ca3efb35aa8a589469d9674a590d871e49ee4279d9 0.19 MB 227 24
302,570 302,570 000000000000000046a977b6ab44beda7b6e3211cd9e1f7907e69c0da2d2e740 0.24 MB 273 26
302,569 302,569 000000000000000007656b3f226709a3458420c66b1ef6d79da1675b4e764326 0.09 MB 76 15
302,568 302,568 0000000000000000273f5470689d6f903ef7946d52c0fc898052f498942a81b3 0.50 MB 369 15
302,567 302,567 000000000000000017061101a32437aee2a40acfa610106e244123d16263f1e5 0.35 MB 1,077 50
302,566 302,566 000000000000000004b6e465fa2913c28edc443d0a9c961143940cfba805f128 0.46 MB 698 25
302,565 302,565 00000000000000000509b839ee303a4e2a1e91cdcd042cdfb496941a041ddfc4 0.43 MB 889 33
302,564 302,564 00000000000000005a3d90b73bb9f0613ee8344090ab19ad7b9aa491bddedaa0 0.22 MB 401 30
302,563 302,563 00000000000000005b2e42a761b3b62021ba0c2e7686b58a75d08701a11f2c34 0.12 MB 213 31
302,562 302,562 00000000000000000bfd92477464225fad2cdd2c004cbe30df4c01895bedc65f 0.20 MB 369 29
302,561 302,561 00000000000000001da9b7204d5aed49144a1f8eac8937ee49427f7ce46342ff 0.16 MB 106 15
302,560 302,560 00000000000000003659aca199bcc425e3977ae4d1b1d4ccc1fe302fd92f19a4 0.50 MB 983 31
302,559 302,559 0000000000000000296fca2c6eceebd4c3664a392d473f5e3651e1adf0fe5009 0.12 MB 172 25
302,558 302,558 0000000000000000190e0f5d0fe299ff268fc006c8818ab4ef77efedf3db306e 0.04 MB 61 25
302,557 302,557 0000000000000000334c57b8f95df4d12bf8db5f1d14d4b2f54129196e3f5e64 0.06 MB 86 18
302,556 302,556 00000000000000005eb401e5268c7d6fd3f40d4d22319c855caff007f9b16214 0.01 MB 30 43
302,555 302,555 0000000000000000675208a61bd154665762ac10d0b4a7efdd9e7358c3ad81b3 0.04 MB 86 32
302,554 302,554 00000000000000002033b076e13e955da9932627aa7d4749b2f2a1d2ffe69e35 0.08 MB 152 32
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.