Memory Pool Memory Pool Refreshing

2,458 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 2,451 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (752,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,140 155,140 0000000000000a3b56ca43d78df414c07df3fb6916a7147d83726bc98d74655f 0.01 MB 14 48
155,139 155,139 0000000000000611dd527e5b5ad098ea7153094faac173ca0159fcff1267fb3f 0.03 MB 86 113
155,138 155,138 0000000000000768af0f5fc3df25a9ac1893e8dab4d7138cee58999f86ec75dc 0.05 MB 40 63
155,137 155,137 0000000000000c1ef777e13e9d3fc12c7c09a43f8f6f95c9d05d17060088b882 0.02 MB 60 235
155,136 155,136 000000000000076491b2f4c4b852c5f5f5f55ed9e97610fffc58ffa7906c69f3 0.01 MB 16 271
155,135 155,135 000000000000078374b8b37eb3bd49293db5d9780c87f82231a43170ecbd43d5 0.02 MB 28 101
155,134 155,134 00000000000009895cb16e5c427e2bfad9bbcdcd13454a17037ee85d9db33cf4 0.01 MB 33 75
155,133 155,133 0000000000000000dcd89b7471821456ed5fc0e45e76dc74f0b6d0cd8580aa58 0.02 MB 20 80
155,132 155,132 0000000000000699639da870b3bee92e07906cc5aee337721ead3b87cc5706bd 0.04 MB 103 176
155,131 155,131 0000000000000c401de90bf37f1796018226eee1695cff072bba07f71a45be14 0.04 MB 97 122
155,130 155,130 00000000000000bc7042fa7bddd17b8f89834a4ae5448b340c294d0f443e6e8f 0.05 MB 168 85
155,129 155,129 0000000000000b2903a6aeafd853d8c08b9faa4bfc9e8a8ea867aed990e38bfa 0.02 MB 37 100
155,128 155,128 00000000000005fc96ce5bcbd4c7e79ac9e70509c91c3760f97f305dcd58a5be 0.03 MB 84 150
155,127 155,127 00000000000009e372357d0850b9513df2173784653fdbed17f99135effbe4af 0.01 MB 29 231
155,126 155,126 0000000000000c9eb33a2f18b0be895d90fdb7dc3d35b3c2ed64ccd4b1f56242 0.03 MB 58 81
155,125 155,125 000000000000031c907801a129ef8374b195827d790ac86e70eaa774d4ceb57b 0.01 MB 23 60
155,124 155,124 0000000000000a31cd77f7e8b58fc9db709d8dadea753758e10ea6e18e4be9c8 0.02 MB 27 96
155,123 155,123 0000000000000410c2a65ae8b265349761df5c30bf9464f95b37fdd555eebff8 0.00 MB 8 538
155,122 155,122 000000000000040b90d39b40b29142399f70e5103c3b92762bc2185cb0dc62dc 0.00 MB 8 0
155,121 155,121 0000000000000367455ccf3d4f7499ee1f21d0d54946d10044fd99044ecdee29 0.01 MB 12 204
155,120 155,120 0000000000000ce4dd9c27a992e6fdff5bab402ee64fd0b25ee280a75e846e24 0.01 MB 13 82
Previous 10 blocks ↓
Total Size: 769.56 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,649.21 GB sent, 95.74 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.