Memory Pool Memory Pool Refreshing

3,514 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (556,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,895 350,895 00000000000000000e88b132ef64bf1d787b7d6ff7f62ddd6503403f84abc04b 0.65 MB 1,303 35
350,894 350,894 0000000000000000143fb438db24340a4f1c1d267a1a470573ed9a6032b98a4a 0.10 MB 222 28
350,893 350,893 000000000000000004c2c3806bcc60982ea26f55e46b0b4c6fae80df2dc0b0b9 0.05 MB 102 26
350,892 350,892 00000000000000000acfd6499ffd82312c1ec2915373d78d9c583ad692a1d0bf 0.10 MB 93 11
350,891 350,891 000000000000000013ba33ef83fa7e6f45c3bf088350ec91c7d4c5ee0aff666b 0.27 MB 625 37
350,890 350,890 0000000000000000085419e320f931376b7a728b15fe0bf03f9de0753d391118 0.10 MB 208 32
350,889 350,889 0000000000000000056edea3945f5d5fb4dcaf8611775de5e6ac62225aabf1a6 0.69 MB 1,241 23
350,888 350,888 0000000000000000014d2eca6219ca03a53363be4f7f2c96497ac3cfbb4a5623 0.75 MB 1,329 24
350,887 350,887 0000000000000000005d18926e6b840429aa4f5c57b4109cf3052755e65989c4 0.75 MB 1,442 26
350,886 350,886 00000000000000000c9507b55fdffa4fe9b5a29c744119216cd29adf3cc8e056 0.08 MB 147 27
350,885 350,885 0000000000000000003f99f53d45a1d4838daee43d69b05fdb9e2896491ad059 0.56 MB 482 13
350,884 350,884 00000000000000000fd3930b320b820dbc02680c38e19562e4f48e946372dc6e 0.75 MB 1,665 32
350,883 350,883 0000000000000000116e4d322ebb66416511ee9af87d7e9dfa5d346795e6ddb9 0.17 MB 347 26
350,882 350,882 0000000000000000129c1c59ad19de497fd2128c8ed241b3f130d09662626060 0.13 MB 173 15
350,881 350,881 000000000000000008888eeb58059187451fe6f5ca0875d6a49471cf8bcb5fcd 0.43 MB 744 24
350,880 350,880 00000000000000000f066d894e934529f85663e846522f3a31075410ff434e9b 0.48 MB 916 25
350,879 350,879 00000000000000000a5617766cd437bf8f9c968a31565de9621eca759d097c39 0.49 MB 1,064 30
350,878 350,878 000000000000000015a8062b79c00f545dac8fd39f67b68bac720f73e3c1457d 0.21 MB 48 7
350,877 350,877 0000000000000000054062b288c3172b37d438130976d6e53683c5d6823b8944 0.75 MB 764 20
350,876 350,876 000000000000000011ef2bbf93e7f2de4693ddb5c95f207656ad3c02a9ac0dcc 0.24 MB 315 21
350,875 350,875 0000000000000000067e5600f5d998e913c891f65ef139def971e1cbfbdd3738 0.56 MB 906 22
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.