Memory Pool Memory Pool Refreshing

3,636 transactions
1.76 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
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (530,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,277 377,277 00000000000000000036c0220a0a0887cde23352e80fff3e1a5278789eaabd32 0.93 MB 1,164 23
377,276 377,276 00000000000000000a8962142d9079c8f39d58cb8ce63f513eee4ae160187975 0.81 MB 1,329 28
377,275 377,275 0000000000000000104e2fd344de9f81bd63add36776b31ad13a59491b5163a0 0.72 MB 1,111 25
377,274 377,274 00000000000000000262b5b47ea7470bb2700080d2ec5472d71362655efb1e5d 0.87 MB 1,797 34
377,273 377,273 0000000000000000052cf2bc83d6fcea7f5e5016929348f9ee458dbf3d2ab47e 0.40 MB 891 36
377,272 377,272 00000000000000000464f5fa984616638b517f86f81f43712e6b27f6860227cc 0.16 MB 375 37
377,271 377,271 00000000000000000465080bfb29c7ac37ce15b3d3121e95cb07b74ab5a32521 0.34 MB 574 34
377,270 377,270 0000000000000000023845925ca254cf7976c6e8ecd144a0a8a7a2d16fef970c 0.31 MB 852 37
377,269 377,269 000000000000000000bbe85d10095e7b6017d30499e36f4ca70526d18bc0ba83 0.30 MB 458 33
377,268 377,268 000000000000000003062b71d38f31b32104f716d4dbf7408297391f28e4f13f 0.08 MB 223 42
377,267 377,267 0000000000000000044938bf8287aa6817a44f36c21f1f1004a3a47cf029d446 0.18 MB 401 33
377,266 377,266 00000000000000000ae434ff7fb92b2d4363aaf6453fdf49dbe41a5295db7fde 0.04 MB 91 35
377,265 377,265 00000000000000000a46e9cacf2adac46164a264f1d2adc94a94746a2cdcbbb0 0.18 MB 372 38
377,264 377,264 0000000000000000082743e28121fde2ade0384f475f526c23fdec3a0eac2fab 0.12 MB 259 32
377,263 377,263 00000000000000000913a08097c900ee7af1cf065ce1ff3e175e4acdeb7a4056 0.12 MB 277 43
377,262 377,262 00000000000000001022665bfe87fe308312854cdb9084d61ee5d600256b7c38 0.45 MB 729 32
377,261 377,261 00000000000000000515f5cf99f6e0403eed6e51b49c0bbefa05f1a36bc7cab5 0.10 MB 148 39
377,260 377,260 000000000000000004bf78c57c0de285183e20f32fa166ee9a064abd9e54e3d3 0.22 MB 369 39
377,259 377,259 00000000000000000a339c42e4bbad562084af65bb8f3d3a1e134bc4aabad158 0.62 MB 1,252 42
377,258 377,258 00000000000000000690b41ecfef2c7729b58b4ce781e1f6162d66e3fc0b985a 0.31 MB 533 41
377,257 377,257 00000000000000000932a12d25c0bce27ade5235cf66355ba24d52115795c5ed 0.09 MB 138 31
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.