Memory Pool Memory Pool Refreshing

1,649 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,617 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (737,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,364 170,364 00000000000009c031c0a08c384a83451bdc42fa4ee89cd9e4997ee43e3eab28 0.04 MB 135 57
170,363 170,363 00000000000000f7ca1455c8591eecdb97a2884e34faaf2c36d1621889bec6a1 0.00 MB 12 60
170,362 170,362 000000000000052a5d144efcdad4c2ff5c70160627d3958e385a82d6e540e3b2 0.01 MB 18 265
170,361 170,361 0000000000000786ca64ff32fcae09b9c66501f9816c33102a298752edbf8d0c 0.01 MB 34 29
170,360 170,360 000000000000059ad5f686596804a3e03d08c09df0742fc3c11b6d4f42703aaf 0.00 MB 1 0
170,359 170,359 00000000000006436073c07dfa188a8fa54fefadf571fd774863cda1b884b90f 0.04 MB 76 175
170,358 170,358 0000000000000406f495c7f0ec0e680a5e406826e53c18116570f01e70d3f7b2 0.01 MB 29 93
170,357 170,357 00000000000002edb736983db0480fff741ddec921776c97a59eee34c036841a 0.01 MB 12 0
170,356 170,356 0000000000000b187b9ebf860a98bba7921a1eb9a8a60b3587106b3d6bbbac02 0.00 MB 1 0
170,355 170,355 000000000000085280a0f31ba366c189ee179b498d89b9f9d508b68b6e723777 0.03 MB 66 101
170,354 170,354 0000000000000a1211442ec5fffc678f411a1090cf67404107d95216afe5921a 0.00 MB 8 111
170,353 170,353 00000000000000cc6f0ee3af48aa2277133ad82d1fbadc05e3738a43234c722b 0.02 MB 34 95
170,352 170,352 0000000000000a9330a3c3d24b30cd77f432315e0811a4fcb2e9a8474cb4458a 0.01 MB 37 215
170,351 170,351 000000000000030eec0ab40cdf84a968f630b5fb40f454347df3d035dcf3f49a 0.00 MB 1 0
170,350 170,350 00000000000009622cec82ad7628226a4a85f8cf3eee9a6e5ddb597dd9cd810e 0.00 MB 1 0
170,349 170,349 0000000000000008fb3ee5acb97f16c122b55ef956a0e04445a7d56f7bee5e2b 0.02 MB 30 265
170,348 170,348 000000000000024994878e11a4e7006384581937768928f20782dd58d3de41a7 0.00 MB 8 0
170,347 170,347 0000000000000769cfb2d21166b911ddfecdff5107a4f6581d227720d583a97b 0.01 MB 15 83
170,346 170,346 00000000000001c0a13e6f8eaedf9713dea326b3a0ffd365f2f102875fd6c055 0.03 MB 93 17
170,345 170,345 0000000000000893672d82c5ad018c612b92b595082ec0e11f210cdd472e9262 0.01 MB 18 120
170,344 170,344 000000000000008c17bc7521c32a70c2b641818850ef7658e7ff447e7c6b698f 0.00 MB 5 41
Previous 10 blocks ↓
Total Size: 769.39 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,644.43 GB sent, 94.92 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.