Memory Pool Memory Pool Refreshing

5,324 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (715,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,216 192,216 0000000000000714b70b901a128eb96aed7a8878d8befd202f229c58b1558ac2 0.19 MB 510 151
192,215 192,215 00000000000002f52f7d0f2b0cf40e97286a6bdac516fb57ebf1f9167307a7b7 0.01 MB 24 25
192,214 192,214 00000000000002af6e57ce734f694c5181039e07900fbe2a3f53ee0a850b9793 0.06 MB 66 156
192,213 192,213 0000000000000732daf146505da687b6033464b53d9819a05bb742166f3d705b 0.11 MB 302 149
192,212 192,212 000000000000017bafdbe4e6d7d8c8559d8166b98f372e378cc3ac68fdef5cd2 0.02 MB 66 584
192,211 192,211 00000000000004a2ce420f8eef74add3804ce44242bc83365f6995ceea25fe9e 0.17 MB 426 68
192,210 192,210 000000000000062c0f8d0256ea5dba2b82eb64aceb975dcc0aa5383776203b11 0.09 MB 228 119
192,209 192,209 00000000000002aa6658b216ac86ed9307ab36d682dea949d89034f7f5978a9e 0.10 MB 222 103
192,208 192,208 00000000000001e829307134fad25397893e07c9d8cc19480d3cc2f4e0ce552a 0.08 MB 256 180
192,207 192,207 000000000000060cbb8a8c284e1422c3501c55494db469714b871f8db944fca9 0.25 MB 631 139
192,206 192,206 0000000000000244b38fcc217e949ca9c92a4067f336d4e15559125cc6f598cc 0.05 MB 120 57
192,205 192,205 0000000000000721dc0599be831c765c8b9194779c451d1258f5d5608bf230d7 0.06 MB 128 124
192,204 192,204 000000000000070c897f81c406eeb51f3f3648fab260223183601121c46af0b5 0.03 MB 58 125
192,203 192,203 00000000000005be263d5ecbe97fc1278b61f2d802c92ce9be2a64f6bd3632c5 0.03 MB 79 103
192,202 192,202 00000000000000dd29e6a4977e83d2f931e9271675789e7917b65d24033a9594 0.01 MB 28 124
192,201 192,201 0000000000000417cc86a7e4a0f09627bb35e18dd1b4742bfa89c604a763d5e1 0.04 MB 77 101
192,200 192,200 00000000000000d8c5528d9578809597c776795a9a12ca3e98345151fcd3e5e4 0.12 MB 256 85
192,199 192,199 000000000000077b13f59cef4af206f50db463f9f31efff90cc0ef93a9023e01 0.03 MB 69 114
192,198 192,198 00000000000006aa794cd9c5cc2d693831694c8be0935c51b1bfd8ddf4886c44 0.05 MB 167 155
192,197 192,197 000000000000005ae6a622e32332b49c035731087ecc5903a80e16e4cd31495f 0.09 MB 266 13
192,196 192,196 000000000000040bd314e8a15c8faef00b39b2d0cc5a85a1b85ec5808eea33fa 0.13 MB 306 293
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.