Memory Pool Memory Pool Refreshing

8,372 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (697,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,282 210,282 00000000000000614d3350d0e1c7a57fda4acfd5d8d549ef0d58444fa13de05c 0.10 MB 257 177
210,281 210,281 000000000000045c8af67e35b58d33f5053ba3a9a0018f85e870da78a0753ee7 0.19 MB 335 134
210,280 210,280 0000000000000228e53941db17bc6eb44079f4e1677f39eb8afc73335842da68 0.25 MB 806 209
210,279 210,279 000000000000044a2addc7a8be57a740015ad7610c9535956158bd641d02a635 0.05 MB 188 56
210,278 210,278 00000000000003d12dd536fd9663e8d84d071f9274360630e3655da90ddafc88 0.05 MB 122 221
210,277 210,277 00000000000000f47276e0bb60fe81d3b78ef7d13b0315f0a8f38a7285e419fd 0.16 MB 296 134
210,276 210,276 000000000000040ce27a2767c4911fb234b7e85f7652723e46fda7679759cf5b 0.10 MB 193 142
210,275 210,275 00000000000000351a6ff160ad066d99eeaf812f936c776c9fd0055120adb39d 0.25 MB 703 210
210,274 210,274 000000000000032398bb95ffde45e64c8be49bcce488f746cbe0d98fd9b5af8b 0.02 MB 52 207
210,273 210,273 000000000000019788fd5040b94fa006dd2c5908c6d3637187e1481e08382c1e 0.05 MB 109 143
210,272 210,272 00000000000003874516a85ba828ffc081cd8cafa757e13f66168de0d85bf365 0.29 MB 393 87
210,271 210,271 0000000000000414b94194c957057650ebd47b6e3f756e5f44417490472187d9 0.04 MB 75 142
210,270 210,270 000000000000011c5da6e27b4301c683d61508555786989e10f4090b4d43d87a 0.06 MB 144 130
210,269 210,269 000000000000003f7c9e78e8d5fda629fbb50422f1ec22a5aa2a2bae6fa9d624 0.08 MB 253 163
210,268 210,268 000000000000026331b27cf6f4b87ee27ac2ea6c4e5803072dfb048390ce9f86 0.10 MB 244 196
210,267 210,267 00000000000004600f82196551a80494ba7cd394210d32a1e378c767158a94c8 0.16 MB 313 138
210,266 210,266 000000000000035872a855d48c7e6afc8356926757c230dbc8c2d5d137a6e6a3 0.00 MB 9 14
210,265 210,265 000000000000005f3e4f32e42e2281c6355640c069acd47e6b3b65b22335f0ef 0.05 MB 126 53
210,264 210,264 000000000000010eb6faa0be3d6599b81959ed381c53c4e45be634fb2e4859e6 0.11 MB 245 167
210,263 210,263 00000000000001be912f7417d4647015ee2faed349b8abcbdc74ab1920e5d536 0.10 MB 223 138
210,262 210,262 00000000000004c9bd445a02886aa1f811ff6f043b7211b00a2c6c6ca5d5bf15 0.15 MB 336 512
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.