Memory Pool Memory Pool Refreshing

3,275 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (809,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,139 99,139 00000000000444eca7592f7821143a249412b3d4201caf850c97ea7a94d4093b 0.00 MB 4 0
99,138 99,138 000000000003f3dba7be2e90e5508097821387a701c2c0dbd84b09f89463defd 0.00 MB 3 0
99,137 99,137 0000000000033dccdfe83f5695ffd9c8452cc34d6aae907f29a881a8a270731a 0.00 MB 1 0
99,136 99,136 000000000000a5c8c2831007045af905bb3e4cbc045c648fbc5c1f54e7638b51 0.00 MB 2 0
99,135 99,135 00000000000357d25d3f85bbee0f0522f9c838504e539aed4c2f44cb6125194e 0.00 MB 1 0
99,134 99,134 000000000001625ad5ccf61277fc7a6265fcd6d61745eca9bc5089c769c25b62 0.00 MB 1 0
99,133 99,133 000000000002e3f7939e8916d433e9548b5146112d024e0dc69006c7e60317bb 0.00 MB 5 0
99,132 99,132 000000000001aabc593de185003d2368927d587e764ff9a716205eb17663b963 0.00 MB 6 0
99,131 99,131 00000000000247116d387b0c659a11d1230d964b6a7565610c9151be329419fc 0.00 MB 1 0
99,130 99,130 000000000001b24c1be1b344bdcf76687a1949159ad65cdb9570602d481b22a2 0.00 MB 7 0
99,129 99,129 0000000000043717fa0bb422afd084914f432f40618c3e1718f694a7d941b16e 0.00 MB 1 0
99,128 99,128 000000000003193bdee37b28a266ec1fab2b30690dffd10c1130d3998e68263c 0.00 MB 2 0
99,127 99,127 0000000000001b3f635c81617345305b1eca7dd0c5990f614d914692e711c7b1 0.00 MB 1 0
99,126 99,126 000000000000a8c26472eb28d57236a2cc5f44356cad740760809a0f432057ce 0.00 MB 2 0
99,125 99,125 000000000001badeeee2349cbcbbb757ec183a67e3c6dc05a4c62faaef3deb3c 0.00 MB 1 0
99,124 99,124 0000000000046a2eb0846dee8ddcc7a8ae9a031da4561ac617d8f80b28f80c8e 0.00 MB 3 0
99,123 99,123 000000000000c7320f5969066c9c68c1868469616753fe5f25fafa691a2ccd37 0.00 MB 4 0
99,122 99,122 000000000000f1af44c359c92bbcbdfbe09dfb81da20256b3e941ce5ca3e8bec 0.00 MB 1 0
99,121 99,121 0000000000019ecc5c07d95174521714c060cc80b66a1f3819721dcd1d28e369 0.00 MB 3 0
99,120 99,120 0000000000033464368ed5fb5bdf858084d4d4e0f03d7c9fef001cecfcd474d3 0.00 MB 11 0
99,119 99,119 00000000000334948fb24df14f8b35c63e4e3aacc8ef48a8e99567b337e643d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.