Memory Pool Memory Pool Refreshing

5,005 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,826 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (435,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,945 471,945 00000000000000000017b6060e247ca12c448d153d89da8ffbf50f65cddf47e3 1.00 MB 2,274 258
471,944 471,944 000000000000000000a6e0255f6e8e18dc3f9170a12df506fd6d40bd9b0580eb 1.00 MB 2,300 309
471,943 471,943 0000000000000000003c8eea8eff0146692dd7c44effd73de54f7869365224b4 1.00 MB 1,729 320
471,942 471,942 000000000000000000c647b521dee0059897178dbdbb28abd09ffeb90cc7e0ef 0.99 MB 2,340 289
471,941 471,941 000000000000000000076468afd85a32a2d47944132089f38dfcc3b354cedb97 1.00 MB 1,369 306
471,940 471,940 0000000000000000006fdb0f3426d7fee4f87a31274a22816e24bd87b25972b3 1.00 MB 556 323
471,939 471,939 00000000000000000184169d4071d8240e9360e34b2d08f02a75ca17d4b0006c 1.00 MB 1,757 357
471,938 471,938 0000000000000000004938cf13f766aa5f39a15c3ffda8882021869758de5b8c 1.00 MB 2,433 418
471,937 471,937 0000000000000000007b4f2d766db725d3d3d296df78e6264c52d002a39ce42b 1.00 MB 2,092 394
471,936 471,936 0000000000000000003e3245f8fa3116b4f12cc1655931a8f8f131c6912d4e6f 1.00 MB 264 316
471,935 471,935 00000000000000000136b93d8896f29879dd30405ed294c3e93df6957fda24c8 1.00 MB 1,006 338
471,934 471,934 0000000000000000018b2e153c46a2dbd6203e2d50335e2b78eba9f2eb03e87f 1.00 MB 362 325
471,933 471,933 000000000000000001874b5c740cb4baf91a0bf5f21c240a3f82fdac92e71a8f 1.00 MB 1,640 346
471,932 471,932 00000000000000000055a9fefc7b01219f3e88172046f3649ee8e0dd8094edf2 1.00 MB 622 22
471,931 471,931 00000000000000000054237bdc0a701b9e2927be2c258befe27cb5d98aba9ff7 1.00 MB 425 16
471,930 471,930 0000000000000000009428ad3f7a9c9c0150b1dfbe7be21c2538179416b16df6 1.00 MB 307 27
471,929 471,929 0000000000000000000edba6841f9416a54abc294a6d7e3b247aee28d5d3d77b 1.00 MB 1,506 171
471,928 471,928 0000000000000000009bbd7a280ffadaf6fa18b4cb9f5176e410d80c3b1916a8 1.00 MB 1,401 150
471,927 471,927 0000000000000000014100d3e99fb66093862dbb1ac767a165efe518748f4f73 1.00 MB 1,705 248
471,926 471,926 0000000000000000013883de5148594f05a2df4d6800f1f9400626852617dfc4 0.99 MB 1,374 191
471,925 471,925 000000000000000000e9252a63d2decabef06d32bdf23309f6337a89c26b0c3d 1.00 MB 1,028 80
Previous 10 blocks ↓
Total Size: 769.21 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,634.50 GB sent, 94.00 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.