Memory Pool Memory Pool Refreshing

3,622 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,174 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (758,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,156 149,156 00000000000004e09f88ed8340d3e40ab2020dfdfd9b95bb9b6a4f659aa8cbad 0.05 MB 123 202
149,155 149,155 00000000000002b6eaeda090b40a0e6015aa649fd6fca741082cac9ee6c2fd48 0.05 MB 109 246
149,154 149,154 0000000000000270841763164b16aab26230711104fca5d0ca98e44c193b1701 0.03 MB 78 235
149,153 149,153 00000000000002395f771c6b0035a5cf1a919b670daa9a2793a944f8795d0997 0.02 MB 56 67
149,152 149,152 00000000000005b1039f02021b17d40992d34ebd584c10eaf4fedbd0bf013a1d 0.01 MB 31 214
149,151 149,151 00000000000005608c0bc9ff47dabd7a336795783467bea8ce3aa5c8e4076300 0.01 MB 31 133
149,150 149,150 0000000000000468fc11701ec1bf785b247865c283ecf7f70a6e9e3bb196aaa3 0.01 MB 20 163
149,149 149,149 0000000000000914cc824e2f38bb0083aea1cf347cbdb7412058bddd6812b0ad 0.01 MB 21 68
149,148 149,148 00000000000009c26292abad433504f55946cdffffafe1c8db5ebd4be7cabfc8 0.01 MB 18 20
149,147 149,147 00000000000001bddb4c6677ee00408ff5ee2e6f7ea025d5cd0ef784ec0a701e 0.02 MB 40 467
149,146 149,146 000000000000013614cdfcf6a3073f233ea24c974d17400b556330006310689a 0.11 MB 312 23
149,145 149,145 000000000000023f13d47f19afd6b682f7672727503ff0ef50b6c2defa646b62 0.00 MB 12 1,509
149,144 149,144 00000000000004bef77e887e2b18dd7f94557a38ebdda3d98301dbe6108cc717 0.02 MB 68 157
149,143 149,143 000000000000030a059be35939808dd46850b7eaeccaf5b684d4a5da8709f3e4 0.03 MB 74 137
149,142 149,142 00000000000000f66999905d305021ce953b65f7af28cf8880c398aacf1f460f 0.02 MB 28 36
149,141 149,141 00000000000003fd5c4566a0942b5d5a7dae9033f9ed1e938c6148cea2f3f67b 0.02 MB 46 28
149,140 149,140 0000000000000195cda856415815ca1b07e2d668e3182b74de0f66ef7b667aca 0.04 MB 111 107
149,139 149,139 00000000000003d2e4ad41fbd86a6aa8168d92d805202bde2289110154287ff5 0.04 MB 102 85
149,138 149,138 00000000000006a165e02d4f930b79cdf0e9bce0e79d31fdf65a224bbff68076 0.01 MB 8 12,443
149,137 149,137 000000000000048c2afb31cac7f2339f59bee5aa428b74d43b9965e3bf42fc07 0.05 MB 112 176
149,136 149,136 00000000000009ba72dec31159bb9f0d8fb5cbb3a477f042672264aaed2935b4 0.00 MB 12 17
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.