Memory Pool Memory Pool Refreshing

9,227 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (726,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,258 181,258 000000000000038fe372a044747b47a8598601ae9674b0ee3a6d755d47be09bb 0.29 MB 622 122
181,257 181,257 00000000000002c5c219e09d8b6a19f3d7ad8262e756a49b1210b7cd6530cb47 0.02 MB 46 103
181,256 181,256 0000000000000328358b0a536046711402c714cd282efb7647d70fe5dc250e10 0.00 MB 13 52
181,255 181,255 00000000000001a1fee1b3ba0c4703628593adb6ea7a18c0027a8d5c0aaf4fa5 0.05 MB 87 90
181,254 181,254 000000000000062b2c1dda20d6afe4af7d229d746794d3734bc286e1cfa14eb2 0.05 MB 138 90
181,253 181,253 0000000000000619d4a56f6e28f838b8d323eb90b10df88a055ddff4270ec9ff 0.00 MB 12 328
181,252 181,252 000000000000081856b5d2ad4c048c39ff6ca09b70e97cb57a893590eb209a24 0.13 MB 273 109
181,251 181,251 0000000000000627cb19d45778150e1a1f6c4f8250a0c8db75124683dc160617 0.18 MB 442 412
181,250 181,250 00000000000002c2874803641bf7446d35c6fd210aef54cf5d1b63f9e933f64e 0.05 MB 104 68
181,249 181,249 00000000000000cc9702d49af1c9d1cdd2eb1ad5572e5360a75589f0ba4fbb32 0.25 MB 517 127
181,248 181,248 000000000000065e2294a0e7300ad4a9fbf5033fa420c29f9c3649458203b705 0.00 MB 8 14
181,247 181,247 00000000000004a748f70b1d24ad276516f6465082bf7a2d02d63fbb3285fd0c 0.00 MB 9 15
181,246 181,246 00000000000006541164f7cf121174219e835e402a56d3ce29165e99a77f80fc 0.01 MB 27 221
181,245 181,245 000000000000041697ff92ade13401cc059e388bfb4d40f9a7667e33a3b10544 0.00 MB 9 332
181,244 181,244 000000000000040ba23c5308810b30943278e95f7adb90450fcd38831c28ef25 0.05 MB 134 147
181,243 181,243 0000000000000298cf2b6ca924fbc2cfa4d39d4632fc92283d9f4fee98e23d10 0.12 MB 237 103
181,242 181,242 000000000000044567ed5c8d5470912e814dc712114474f147eda835d49dfafc 0.25 MB 641 147
181,241 181,241 000000000000090e94943bcebee7985636fea512283136351247f84d7cdd8be5 0.05 MB 100 87
181,240 181,240 0000000000000364461c08a3975b0eac1b6d130f56e703435c719bd9b85ffda3 0.00 MB 13 83
181,239 181,239 000000000000017cae9751001acde6db04d65ccf9b9f85dc5ff6b78327d123d6 0.25 MB 572 130
181,238 181,238 0000000000000801e2fb6c86fb835cabc8ea592f30f673d76f8831452cec3823 0.05 MB 131 110
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.42 GB sent, 92.72 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.