Memory Pool Memory Pool Refreshing

2,323 transactions
0.70 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
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,297 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (579,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,070 328,070 00000000000000000d0b21e870a5c739302008a9ac91575637c61f1c159be0a2 0.32 MB 602 26
328,069 328,069 000000000000000012c8f49f3cd2471995fc735d6b0b27f9d69617f1297519b3 0.10 MB 204 28
328,068 328,068 000000000000000015a8656243dddc38caf2156d19472bb9c0c5fdc9f1730fb0 0.16 MB 285 26
328,067 328,067 00000000000000000e6928970f41730f7b8e0a4d07535c0c4452d2d03ed9a60b 0.24 MB 392 24
328,066 328,066 000000000000000005a5b9f4c15406f7a3c1580837dead507a19e284cdc1d68d 0.41 MB 628 26
328,065 328,065 0000000000000000028e6ee3c32f0bdfe22cd7040d574c07e9a5a38c1f43318d 0.03 MB 24 21
328,064 328,064 00000000000000001cfd9048d25eb46448e1df18d3e3b69cbcaa8b5a35e8f3cc 0.08 MB 146 25
328,063 328,063 000000000000000008550affbc25d34be363c36220edf28ee91de8a192f0f567 0.21 MB 441 32
328,062 328,062 00000000000000000a59c6f08c9ebfaa2ba5f178e63e4f24f220f8cd5b8da246 0.46 MB 424 17
328,061 328,061 00000000000000001688bd5818bc6aeb3d8a58a8d42fec70692152e5b73fb460 0.35 MB 835 36
328,060 328,060 00000000000000000e7e60809d1bf2a499c2a47a6c05918eb2a5f38bfcbee0bc 0.25 MB 350 24
328,059 328,059 00000000000000000057eab695c35178f2e802767e1d548241636d8be2c043ad 0.08 MB 207 39
328,058 328,058 00000000000000000535a6a08fe431c01a2c3b87a3bfb120a0f97ef0df163721 0.19 MB 326 27
328,057 328,057 0000000000000000142ca76b47b1bed42bddd45f054bfe094f0a5ce017613d61 0.59 MB 1,002 28
328,056 328,056 0000000000000000152698257b52a59b8f3b53d8c27cd4fbf17a0df3d77a54e3 0.10 MB 303 7
328,055 328,055 0000000000000000018e394d010dd66f1861663fee83c2db371380460f5dfb9e 0.10 MB 255 25
328,054 328,054 0000000000000000003ee3ad513d6a32a10ff910ee057a158a88c5fcbbe7c5e9 0.04 MB 35 11
328,053 328,053 0000000000000000146d6f648ead94fbdd85616b48f5db5fa0deb5aee75aa1e2 0.75 MB 1,408 28
328,052 328,052 00000000000000000bad24e46e587ab29e8afb3212ba6c1938609b1de52f77bf 0.03 MB 53 15
328,051 328,051 00000000000000000c3395166bc847a4c7a3135a3b1accd66dcf25544cef780e 0.47 MB 854 28
328,050 328,050 00000000000000000c54ecc65d77ae7268e8c8ad0e362d94fad4ef8e263d2a17 0.32 MB 517 25
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.