Memory Pool Memory Pool Refreshing

5,027 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (613,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,235 294,235 0000000000000000153d4df64bd8ec1fbc944d0ed8d762ad39291db3e0b594ae 0.18 MB 320 36
294,234 294,234 0000000000000000994ae984d9075f9eb3dcead71baef5e69c3eb2e600354c52 0.02 MB 35 32
294,233 294,233 000000000000000017815d50e3e0eaa0f9d3702b75c0ff31a9d40a35da562e0a 0.44 MB 782 52
294,232 294,232 0000000000000000b66d3469e383e065dbd38388d5244996968801ee9147d070 0.19 MB 251 28
294,231 294,231 000000000000000054a4b80958f54916f00d0673d2e169dfd70cf1c6f5be9031 0.10 MB 191 27
294,230 294,230 000000000000000033f414767529f983130b8c51e0b257c970f40d16599d92d1 0.13 MB 201 29
294,229 294,229 0000000000000000242890caefb29ab4bbe2731b7bbd3ab6fec1aa9288a70670 0.21 MB 439 37
294,228 294,228 0000000000000000be5ed1cb12bf9cea9a3c7138c62de9be28cacd46f5ca992b 0.28 MB 495 33
294,227 294,227 00000000000000001ab02734e564b48fe3f0de9c22ddae07d8df46b272904e64 0.05 MB 55 11
294,226 294,226 0000000000000000b1ab1fe84001829afed47d2c28dbdce15e34b5934deff3f1 0.21 MB 351 47
294,225 294,225 0000000000000000120a967f90df34dcd67e49a081a7834daeac4dba7dc7090b 0.35 MB 681 32
294,224 294,224 000000000000000081633ae9fdde138258847789f36f183386e7a0fe9624c8fa 0.35 MB 505 29
294,223 294,223 000000000000000067ed34ea0a2b17d4af7ccadee6e3342558b9ef4b1ef5b00b 0.25 MB 696 46
294,222 294,222 0000000000000000ae502b22d1dd44fdf637f3d0fbb74b739ebf36218effeda8 0.09 MB 165 28
294,221 294,221 0000000000000000d7f741722894301bca4c874949762ec8cf541eb589a23dfc 0.18 MB 284 29
294,220 294,220 00000000000000002dc2b89b8ea6c1736193dc279975577df4f9777394db75f7 0.14 MB 297 48
294,219 294,219 0000000000000000829a5638f1902e503ccbe445894f7e8ce3b1d13f6e8351b7 0.14 MB 175 23
294,218 294,218 00000000000000000eeda798edf1d5a6bf0c5695b73c811f24eac9877e4d7b32 0.02 MB 64 67
294,217 294,217 00000000000000004815723891ba5cb47f4caa4150827c2e5c6c2061db94cee8 0.19 MB 184 23
294,216 294,216 000000000000000013b7537ae29a46e3be1105f51802e8e3e488502ffdb83e02 0.10 MB 216 35
294,215 294,215 0000000000000000c9431ac2cefe30e48b7bb57be9f2526647c1399320a94a9e 0.21 MB 512 39
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.