Memory Pool Memory Pool Refreshing

4,760 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,739 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (696,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,015 211,015 000000000000036ed600bedf2979f68ef736d1cb8e9bbdee3dd2f201e8c9d314 0.08 MB 197 292
211,014 211,014 0000000000000236772e826e289f9c8bb61e78b9ece998c73ac054e5223763d6 0.00 MB 12 3,240
211,013 211,013 000000000000009c38b1b32edee8a082c3cf9084af70b0f0f5fcf7e523ae66eb 0.03 MB 53 7
211,012 211,012 00000000000004612fb9658228413ec0ea8a5bd5709bb1370db25aa518cbe4ea 0.25 MB 360 145
211,011 211,011 000000000000017daefdc96ae8b020062723065e019eb974f5e07e3fb0fd9305 0.06 MB 167 111
211,010 211,010 00000000000004c499dcedea3039ae53cfdb5c80eec0748334797b55713006c2 0.16 MB 410 210
211,009 211,009 00000000000003ddd9598bbfc3f014c5ec0831d953b7c0538a5531d517f15693 0.14 MB 171 115
211,008 211,008 000000000000001a72da00d9510cd6c896d4a839c9301193cbe743062d339ae4 0.03 MB 60 124
211,007 211,007 00000000000004d56f68ec0a860a0278c452cb551dd097b8c5071e99a6292ddf 0.15 MB 281 162
211,006 211,006 0000000000000061fb6a40b08e6df63d3e5c707332fc224574e201545e1cc80e 0.09 MB 206 210
211,005 211,005 00000000000003f49d7d50ee0a4beef298705e374dc284e079150d773c349af9 0.26 MB 505 180
211,004 211,004 000000000000020ef430f565e0af34de2a8910672bd3bf6ab9361e5a69dafb79 0.40 MB 593 72
211,003 211,003 00000000000003ea09121a5899304d819cd1c85bc290ccfe74c6a8df132555cb 0.10 MB 223 184
211,002 211,002 00000000000000636002010fc912ec1ab5826b4a262333754b84b7a26b120b38 0.05 MB 100 90
211,001 211,001 00000000000001c9c0927b4e0ed222789714581d6cced7d32be84af3628f8434 0.25 MB 570 183
211,000 211,000 0000000000000345b371caa3f829cacbe2b4d38ecd15a5a02031efae79934d15 0.05 MB 88 494
210,999 210,999 00000000000001a5c139de8815e8e35a4f6abdae154b41e3bf9a158ae92ce80e 0.10 MB 224 151
210,998 210,998 0000000000000140141128114a80747e42ca688aa957e42cbf8c1814d10b1ac4 0.07 MB 158 148
210,997 210,997 00000000000004a3a33a7585c3da0f8cbb757f1b730046cb8dafad1fd2dedc2d 0.06 MB 93 73
210,996 210,996 00000000000004221a4409e0974548c3995a600d17192a9ed07a77f04836b750 0.22 MB 565 179
210,995 210,995 00000000000001b0d375ea0290ae4be1388b171bc79c84225e36386cc0a25fdc 0.27 MB 397 147
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.